Skip to content
Snippets Groups Projects
Commit 0e58b371 authored by Lars Beckers's avatar Lars Beckers
Browse files

acmetool: allow configuring different mail address

parent 047d05bb
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
acmetool_endpoint: "https://acme-v01.api.letsencrypt.org/directory" acmetool_endpoint: "https://acme-v01.api.letsencrypt.org/directory"
acmetool_key_type: rsa acmetool_key_type: rsa
acmetool_rsa_key_size: 4096 acmetool_rsa_key_size: 4096
acmetool_mail: "{{ adminaddr }}"
"acme-enter-email": "{{adminaddr}}" "acme-enter-email": "{{acmetool_mail}}"
"acme-agreement:{{(lookup('url', acmetool_endpoint, split_lines=False)|from_json)['meta']['terms-of-service']}}": true "acme-agreement:{{(lookup('url', acmetool_endpoint, split_lines=False)|from_json)['meta']['terms-of-service']}}": true
"acmetool-quickstart-choose-server": "{{acmetool_endpoint}}" "acmetool-quickstart-choose-server": "{{acmetool_endpoint}}"
"acmetool-quickstart-choose-method": webroot "acmetool-quickstart-choose-method": webroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment