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
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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