support ownca certificates
This commit is contained in:
parent
e1f4ba7c1a
commit
87e3f3dd39
4 changed files with 159 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- set_fact:
|
||||
cert_paths:
|
||||
csrpath: "{{ basepath + '/' + certname + '.csr' }}"
|
||||
capath: "{{ basepath + '/' + certname + '.ca' }}"
|
||||
keypath: "{{ basepath + '/private/' + certname + '.key' }}"
|
||||
certpath: "{{ basepath + '/' + certname + '.crt' }}"
|
||||
chainpath: "{{ basepath + '/' + certname + '.chain.crt' }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue