mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-01 14:25:49 +02:00
Update to 2024-02-21 16:00
This commit is contained in:
@@ -10,9 +10,7 @@ KEYSIZE="{{ letsencrypt_key_size | default('4096') }}"
|
||||
HOOK=/usr/{{ (ansible_os_family == 'Debian') | ternary('local/','') }}bin/dehydrated_hooks
|
||||
RENEW_DAYS="{{ letsencrypt_renew_days | default('30') }}"
|
||||
PRIVATE_KEY_RENEW="yes"
|
||||
{% if letsencrypt_preferred_chain is not defined %}
|
||||
PREFERRED_CHAIN="{{ letsencrypt_openssl_version.stdout is version('1.0.2k', '>=') | ternary('ISRG Root X1','issuer= /C=US/O=Internet Security Research Group/CN=ISRG Root X1') }}"
|
||||
{% elif letsencrypt_preferred_chain != 'default' %}
|
||||
{% if letsencrypt_preferred_chain is defined and letsencrypt_preferred_chain != 'default' %}
|
||||
PREFERRED_CHAIN={{ letsencrypt_preferred_chain | quote }}
|
||||
{% endif %}
|
||||
{% if letsencrypt_key_algo | default('rsa') in ['rsa', 'prime256v1', 'secp384r1' ] %}
|
||||
|
Reference in New Issue
Block a user