Fetch letsencrypt root cert for certmgr.

This commit is contained in:
Markus 2017-09-09 11:25:16 +02:00
parent 008b0efd1b
commit b6132e8720
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
- /etc/acme/account.key
- /etc/acme/server.key
- name: Download Lets Encrypt CA certificate
get_url: url=https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem dest=/etc/acme/lets-encrypt-x3-cross-signed.pem
- name: Create challenge directory
file: path=/var/www/acme-challenge/ owner=root mode=0755 state=directory