You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of ./ssl-proxy:
-cert string
path to a tls certificate file. If not provided, ssl-proxy will generate one for you in ~/.ssl-proxy/
-domain string
domain to mint letsencrypt certificates for. Usage of this parameter implies acceptance of the LetsEncrypt terms of service.
-from string
the tcp address and port this proxy should listen for requests on (default "127.0.0.1:4430")
-key string
path to a private key file. If not provided, ssl-proxy will generate one for you in ~/.ssl-proxy/
-redirectHTTP
if true, redirects http requests from port 80 to https at your fromURL
-to string
the address and port for which to proxy requests to (default "http://127.0.0.1:80")
The help text says that the files will be created in ~/.ssl-proxy, but they are created in current working directory.
The text was updated successfully, but these errors were encountered:
The help text says that the files will be created in ~/.ssl-proxy, but they are created in current working directory.
The text was updated successfully, but these errors were encountered: