This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-certificate_authority
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
correct path
master
Markus Katharina Brechtel
7 years ago
parent
42f476feea
commit
adc9de7dbf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/certificate.yml
+ 1
- 1
tasks/certificate.yml
View File
@@ -20,7 +20,7 @@
- name: self sign certificate
command: openssl ca -selfsign -batch -notext
-config cnf/ca.cnf
-in c
nf
/ca.csr.pem
-in c
sr
/ca.csr.pem
-out certs/ca.cert.pem
{{ certificate_authority_private_key_password is defined | ternary('-passin env:PRIVATE_KEY_PASSWORD','') }}
args:
Write
Preview
Loading…
Cancel
Save