Skip to content
Snippets Groups Projects
Commit 8e5fcb70 authored by nimrod's avatar nimrod
Browse files

Update certificate if the names change.

Create a new ACME challenge if the CSR changes (like when the list of
names change), thus creating a new certificate.
parent 4427d842
No related branches found
No related tags found
No related merge requests found
Pipeline #767 passed
......@@ -54,6 +54,7 @@
acme_directory: *acme_directory
acme_version: *acme_version
csr: *csr_src
force: '{{ acme_csr is changed }}'
fullchain_dest: &cert_src |-
{{ playbook_dir }}/{{ host }}.crt
modify_account: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment