library/roles/letsencrypt-acmetool-client/templates/responses.j2: added the staging site to the responses template.

This commit is contained in:
Andrea Dell'Amico 2016-04-17 14:20:44 +02:00
parent 8fde6bb113
commit bbe5258949
2 changed files with 2 additions and 1 deletions

View File

@ -29,5 +29,5 @@ letsencrypt_acme_agree_tos: true
# desired parameters
letsencrypt_acme_domains:
- '{{ ansible_fqdn }}'
letsencrypt_acme_standalone_port: 9999
letsencrypt_acme_standalone_port: 4402

View File

@ -1,5 +1,6 @@
"acme-enter-email": "{{ letsencrypt_acme_email }}"
"acme-agreement:https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf": {{ letsencrypt_acme_agree_tos }}
# https://acme-staging.api.letsencrypt.org/directory is the staging site.
# This is the production site
"acmetool-quickstart-choose-server": https://acme-v01.api.letsencrypt.org/directory
"acmetool-quickstart-choose-method": {{ letsencrypt_acme_authenticator }}