ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
231 stars 79 forks source link

Add more info to the wiki about standalone certs #84

Closed haloflooder closed 3 years ago

haloflooder commented 3 years ago

Should include more info about getting a certificate without a webserver if they're only installing a daemon with an ssl cert on a server.

With the current information on the wiki, if you just run docker-compose run --rm certbot certonly -d <domain>. The container won't open the service ports and certbot would fail to get a certificate.

You would need to run docker-compose run --rm --service-ports certbot certonly -d <domain> in order to get a certificate successfully without a webserver.

ccarney16 commented 3 years ago

Thank you for the heads up, that was an over sight I did not notice until now.