support ownca certificates

This commit is contained in:
nd 2020-05-21 14:57:00 +02:00
parent e1f4ba7c1a
commit 87e3f3dd39
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 159 additions and 1 deletions

View file

@ -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' }}"