1 parent 5b6fb2f commit ee9f27cCopy full SHA for ee9f27c
1 file changed
ansible/generate-csr/generate-csr.yaml
@@ -3,9 +3,9 @@
3
hosts: localhost
4
gather_facts: false
5
vars:
6
- csr_path: "<example.tld>_csr.pem"
7
- private_key_path: "<example.tld>_key.pem"
8
- common_name: "*.<example.tld>_"
+ csr_path: "<example.tld>_csr.pem" # Change to domain you will have to create CSR for
+ private_key_path: "<example.tld>_key.pem" # Change to domain you will have to create CSR for
+ common_name: "*.<example.tld>" # Change to domain you will have to create CSR for
9
tasks:
10
- name: Create directory
11
file:
0 commit comments