Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate and key is created in CWD, not in ~/.ssl-proxy #31

Open
andoks opened this issue May 30, 2020 · 0 comments
Open

Certificate and key is created in CWD, not in ~/.ssl-proxy #31

andoks opened this issue May 30, 2020 · 0 comments

Comments

@andoks
Copy link

andoks commented May 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant