Skip to content

Commit 39d7480

Browse files
authored
all chains should be included after convert (#60)
* add possibility to keep and purge challenge record e.g. mgmt delete lock is set on azure resource #51 * add readme * add other_certificates to get cert with all chains after convert #59
1 parent f48ef33 commit 39d7480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/acme/tasks/convert_certificate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
name: "{{ acme_domain.certificate_name }}"
77
privatekey_path: "{{ acme_private_key_path }}"
88
certificate_path: "{{ acme_fullchain_path }}"
9+
other_certificates: "{{ acme_intermediate_path }}"
910
when: acme_convert_cert_to == "pfx"

0 commit comments

Comments
 (0)