blob: b15c1e4421b6a01ffeaf9608c6fd684b2b0a4f0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
uacme_cert_hostnames: "{{ x509_certificate_hostnames }}"
uacme_cert_name: "{{ x509_certificate_name | default(uacme_cert_hostnames[0]) }}"
# uacme_cert_config:
# key:
# mode: "0640"
# owner: root
# group: www-data
# type: RSA
# size: 4096
# cert:
# mode: "0644"
# owner: root
# group: www-data
|