We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and I'm not sure where it's configured. Workaround: To add new subdomains, I've been manually editing /srv/web/ssl/letsencrypt.list, then:
/srv/web/ssl/letsencrypt.list
# docker exec -ti web script -q -c "/bin/bash" /dev/null root@web/# /usr/sbin/nginx -s reload root@web/# /letsencrypt/dockergen.sh root@web/# cd /ssl root@web/ssl# ln -s letsencrypt/live/subdomain.cloyne.org/fullchain.pem subdomain.cloyne.org.crt root@web/ssl# ln -s letsencrypt/live/subdomain.cloyne.org/privkey.pem subdomain.cloyne.org.key
(Approximately)
The text was updated successfully, but these errors were encountered:
You have to mount /ssl directory outside of the container so that it is preserved between restarts.
/ssl
Sorry, something went wrong.
No branches or pull requests
and I'm not sure where it's configured.
Workaround: To add new subdomains, I've been manually editing
/srv/web/ssl/letsencrypt.list
, then:(Approximately)
The text was updated successfully, but these errors were encountered: