ansible-letsencrypt icon indicating copy to clipboard operation
ansible-letsencrypt copied to clipboard

An ansible role to generate TLS certificates and get them signed by Let's Encrypt

Results 16 ansible-letsencrypt issues
Sort by recently updated
recently updated
newest added

Added support for Ubuntu 22.04 Tested - works well.

Hi, This role didn't work with a Debian version higher than Buster. I've tweaked the logic a bit to not be a 'stretch or buster' condition but 'it's not jessie'....

``` TASK [thefinn93.letsencrypt : install certbot from backports] ******************************************************************************************** [DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply...

Is this role work with ACMEv2? https://letsencrypt.org/docs/client-options/

Compare defined certification hosts lists to current in renewal configuration file, and run the certbot if the list differs. Closes #30

Trying to run the current version of this role from Galaxy, I get the following when using Ansible 2.0.0 (the latest on base Ubuntu Xenial): ``` TASK [../../roles/thefinn93.letsencrypt : Create...

The [python module OpenSSL](https://pypi.python.org/pypi/pyOpenSSL) has been upgraded and no longer contains the `rand` method. This makes this role break: ``` TASK [thefinn93.letsencrypt : Attempt to get the certificate using the...

Installing the package is far less janky than compiling from source every time. Looks like this is available in [Ubuntu Xenial](http://packages.ubuntu.com/xenial/letsencrypt) and [Debian Stretch](https://packages.debian.org/stretch/letsencrypt)

enhancement

If you use this role for creating a second certificate after creating the first, it does not work. It does not work because after the creating of the first, ansible...

got the gitrepo master of the role with the playbook - hosts: all roles: - role: ansible-letsencrypt letsencrypt_webroot_path: "/etc/ssl" letsencrypt_email: "[email protected]" letsencrypt_authenticator: root TASK [ansible-letsencrypt : Install python depends] ****************************...