Replies: 1 comment
-
|
does it work from android? Shall i install the certificate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This sentence just wrote "This is possible".
This is "my method" without any processing, Change it to suit your environment.
VW runs on Docker (docker-compose) on the Linux OS.
SSL is always required, so create a certificate.
Create a myconfig.conf file with the following contents.
myconfig.conf:
Create the actual certificate.
Copy the mycert.crt file and install it on your OS or browser.
For Windows OS, install it as a "Trusted Root Certificate Authority". (Requires a browser restart.)
Create a docker-compose.yml with:
Start VW.
Access the
https://10.0.0.209in your browser.That's it.
I hope it helps people who don't have a domain.
Beta Was this translation helpful? Give feedback.
All reactions