Improve ACME profile support.

This commit is contained in:
Felix Fontein
2025-01-19 10:52:49 +01:00
parent 47ea1af180
commit 0e122e5f56
2 changed files with 8 additions and 0 deletions

View File

@@ -382,6 +382,7 @@
csr: "{{ remote_tmp_dir }}/cert.csr"
replaces_cert_id: "{{ cert_info.cert_id }}"
order_creation_error_strategy: fail
profile: "{{ '90days' if acme_supports_profiles else omit }}"
register: replacement_order_1
- name: "({{ select_crypto_backend }}) Get replacement order 1 information"