2016-04-14 19:08:33 +02:00
|
|
|
"acme-enter-email": "{{ letsencrypt_acme_email }}"
|
2016-08-04 16:57:32 +02:00
|
|
|
"acme-agreement:{{ letsencrypt_tos_url }}": {{ letsencrypt_acme_agree_tos }}
|
2016-04-17 14:20:44 +02:00
|
|
|
# https://acme-staging.api.letsencrypt.org/directory is the staging site.
|
2016-04-14 19:08:33 +02:00
|
|
|
# This is the production site
|
|
|
|
"acmetool-quickstart-choose-server": https://acme-v01.api.letsencrypt.org/directory
|
|
|
|
"acmetool-quickstart-choose-method": {{ letsencrypt_acme_authenticator }}
|
|
|
|
"acmetool-quickstart-complete": true
|
|
|
|
"acmetool-quickstart-install-cronjob": false
|
|
|
|
"acmetool-quickstart-install-haproxy-script": false
|
|
|
|
"acmetool-quickstart-install-redirector-systemd": false
|
|
|
|
"acmetool-quickstart-key-type": {{ letsencrypt_acme_key_type }}
|
|
|
|
"acmetool-quickstart-rsa-key-size": {{ letsencrypt_acme_rsa_key_size }}
|
|
|
|
"acmetool-quickstart-ecdsa-curve": {{ letsencrypt_acme_ecdsa_curve }}
|