library/roles/letsencrypt-acmetool-client/templates/responses.j2: added the staging site to the responses template.
This commit is contained in:
parent
8fde6bb113
commit
bbe5258949
|
@ -29,5 +29,5 @@ letsencrypt_acme_agree_tos: true
|
||||||
# desired parameters
|
# desired parameters
|
||||||
letsencrypt_acme_domains:
|
letsencrypt_acme_domains:
|
||||||
- '{{ ansible_fqdn }}'
|
- '{{ ansible_fqdn }}'
|
||||||
letsencrypt_acme_standalone_port: 9999
|
letsencrypt_acme_standalone_port: 4402
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
"acme-enter-email": "{{ letsencrypt_acme_email }}"
|
"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 }}
|
"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
|
# This is the production site
|
||||||
"acmetool-quickstart-choose-server": https://acme-v01.api.letsencrypt.org/directory
|
"acmetool-quickstart-choose-server": https://acme-v01.api.letsencrypt.org/directory
|
||||||
"acmetool-quickstart-choose-method": {{ letsencrypt_acme_authenticator }}
|
"acmetool-quickstart-choose-method": {{ letsencrypt_acme_authenticator }}
|
||||||
|
|
Loading…
Reference in New Issue