You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.. | ||
defaults | 8 months ago | |
tasks | 8 months ago | |
README.rst | 6 months ago |
README.rst
Request certificates from letsencrypt
The role requests certificates (or renews expiring certificates, which is fundamentally the same thing) from letsencrypt for a host. This requires the acme.sh
tool and driver which should have been installed by the letsencrypt-acme-sh-install
role.
This role does not create the certificates. It will request the certificates from letsencrypt and populate the authentication data into the acme_txt_required
variable. These values need to be installed and activated on the DNS server by the letsencrypt-install-txt-record
role; the letsencrypt-create-certs
will then finish the certificate provision process.
Role Variables