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