janeczku / rancher-letsencrypt

:cow: Rancher service that obtains and manages free SSL certificates from the Let's Encrypt CA
Apache License 2.0
326 stars 114 forks source link

Where does the file get created in the container? #91

Closed jeffreyces closed 6 years ago

jeffreyces commented 7 years ago

Using version 5 at the moment.

I have been trying to figure out where the files get created. I am using HTTP verification and have been having issues trying to use NGINX and proxy_pass to the container but with no avail. I had it work for me once, but haven't been able to make it work since.

I'd like to be able to use -v to a folder in my webserver

Does anybody know where this location is?

solocommand commented 6 years ago

The certs are stored under /etc/letsencrypt inside the container.

jeffreyces commented 6 years ago

Actually, I was talking about the ./well-known/ folder, sorry I wasn't more accurate! But thanks anyways!

On a good note, I have successfully figured this problem out, I'll close this out.