Skip to content

Commit ee9f27c

Browse files
committed
Add Comment
1 parent 5b6fb2f commit ee9f27c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/generate-csr/generate-csr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
hosts: localhost
44
gather_facts: false
55
vars:
6-
csr_path: "<example.tld>_csr.pem"
7-
private_key_path: "<example.tld>_key.pem"
8-
common_name: "*.<example.tld>_"
6+
csr_path: "<example.tld>_csr.pem" # Change to domain you will have to create CSR for
7+
private_key_path: "<example.tld>_key.pem" # Change to domain you will have to create CSR for
8+
common_name: "*.<example.tld>" # Change to domain you will have to create CSR for
99
tasks:
1010
- name: Create directory
1111
file:

0 commit comments

Comments
 (0)