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

Can't install with Letsencrypt support #21

Open
manzu opened this issue Feb 13, 2019 · 0 comments
Open

Can't install with Letsencrypt support #21

manzu opened this issue Feb 13, 2019 · 0 comments

Comments

@manzu
Copy link

manzu commented Feb 13, 2019

File templates/web.letsencrypt.ssl.template.yml:14 uses a version of acme.sh that has the wrong agreement in the form of "DEFAULT_AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf""

This agreement is outdated - there is a newer version now. Also, the latest version of acme.sh determines this agreement automatically from the letsencrypt response - it is no longer hardcoded.

Furthermore on templates/web.letsencrypt.ssl.template.yml:13 you should also install socat, because it is required by acme.sh since 2017.

After making the changes to this yml to install the latest version of acme.sh and install socat i was able to get intercity running with letsencrypt certs.

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