Skip to content

Commit

Permalink
fix response file
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake authored and link2xt committed May 29, 2023
1 parent 5318c08 commit 9f617f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyinfra_acmetool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def deploy_acmetool(nginx_hook=False, email="", domains=[]):

files.template(
src=importlib.resources.files(__package__).joinpath("response-file.yaml.j2"),
dest="/var/lib/acme/conf/responses/response-file.yaml",
dest="/var/lib/acme/conf/responses",
user="root",
group="root",
mode="644",
Expand Down
2 changes: 1 addition & 1 deletion pyinfra_acmetool/response-file.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"acme-enter-email": "{{ email }}"
"acme-agreement:https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf": true
"acme-agreement:https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf": true

0 comments on commit 9f617f3

Please sign in to comment.