-
Notifications
You must be signed in to change notification settings - Fork 46
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
letsencrypt is never initialized #14
Comments
Wondering the same, i've filled the domain ENV but it is not generating the certificates. |
fwiw: i have two people independently using this or a similar setup and happy with it, but to be honest, after reviewing this and similar options, ..well, it's all such a kludge, right? So then i figured out there's also Caddy and Traefik. I'm not so excited about caddy so far - doesn't support older protocols, it takes some time and confusion to realized that you have to learn the more verbose json config syntax to achieve what you need.. But hey, when it works, it's about 5 config file lines and 8 lines in docker-compose.yml and everything's automated - i put it in front of apache that does the dispatching etc, caddy's there just for the ssl. I'm going to try out Traefik next.. Not to diminish the value of good old battle-tested Free Software though! Just saying where the crowd probably went.. |
Ah that sounds good, got any code examples? |
docker-stack.yml:
Caddyfile:
|
/etc/letsencrypt contains cli.ini, so this check:
fails?
The text was updated successfully, but these errors were encountered: