This commit is contained in:
AnsibleGuy 2024-09-02 20:26:33 +02:00
parent 375de33554
commit 3d25372b4a
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
CERT_CONFIG.cert.ips | length > 0 or CERT_CONFIG.cert.ips | length > 0 or
CERT_CONFIG.cert.san_other CERT_CONFIG.cert.san_other
- name: Certfificates | Snakeoil | Build command - name: Certificates | Snakeoil | Build command
ansible.builtin.set_fact: ansible.builtin.set_fact:
cert_cmd: "openssl req -x509 -newkey rsa:{{ CERT_CONFIG.cert.key_size }} -sha256 -nodes \ cert_cmd: "openssl req -x509 -newkey rsa:{{ CERT_CONFIG.cert.key_size }} -sha256 -nodes \
{% if CERT_CONFIG.cert.cn | default(none, true) is not none %} {% if CERT_CONFIG.cert.cn | default(none, true) is not none %}