forked from ISTI-ansible-roles/ansible-roles
library/roles/openldap-server/vars/main.yml: Stick to RSA keys for the openldap certificates.
This commit is contained in:
parent
d3c2d7b190
commit
b3c5724f9a
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# IMPORTANT: openldap does not support ecdsa keys.
|
||||
letsencrypt_acme_key_type: rsa
|
||||
|
Loading…
Reference in New Issue