1 parent 78dff37 commit 5b6fb2fCopy full SHA for 5b6fb2f
1 file changed
ansible/generate-csr/generate-csr.yaml
@@ -4,7 +4,7 @@
4
gather_facts: false
5
vars:
6
csr_path: "<example.tld>_csr.pem"
7
- private_key_path: "<example.tld>__key.pem"
+ private_key_path: "<example.tld>_key.pem"
8
common_name: "*.<example.tld>_"
9
tasks:
10
- name: Create directory
0 commit comments