ansible-role-letsencrypt
ansible-role-letsencrypt copied to clipboard
Ansible role for generating certificates with acme-tiny via Let’s encrypt
Otherwise, on Ubuntu 20.04 LTS python-pip tries to install python 2.7. Which is bad ;)
Hi, thanks for this project. I noticed that for my version of ansible: `2.9.5` the changed filter does not exist. By removing it and using a dot syntax the problem...
This version is not working anymore due to the end of life of ACME v1. https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430
Your script does not handle intermediate certificates correctly. Likely it follows acme-tiny which is also broken in this sense by not returning the link to the intermediate as required by...
I did not see anything at first sight that updated the server configuration of Nginx or Apache to server content over port 443 instead of 80. And you mentioned: >...
The current certificate has been retired: https://letsencrypt.org/certificates/
When running role, I get the following error `ValueError: Wrote file to /var/www/html/docroot/letse/7NO9jVHwHKxry7PUqoNxpMx-V40Mksi_inZl14dV3Ao, but couldn't download http://website.com.well-known/acme-challenge/7NO9jVHwHKxry7PUqoNxpMx-V40Mksi_inZl14dV3Ao` Upon review, the folder docroot/letse is empty. The permissions are set as 755...
The acme-tiny client currently used by this role is very limited and would require implementing some functionality externally (e.g. fetching intermediate certs, creation of chained certificates). Dehydrated (formerly known as...
Is there a way to configure the server? Something like ``` letsencrypt_server: https://acme-staging.api.letsencrypt.org/directory ```
In the tasks, the with_items parameter was mis configured without '{{ }}' for the list of objects letsencrypt_certs.