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
openssl
master
Markus Katharina Brechtel
7 years ago
parent
23f0dcade6
commit
e51a340b0b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tasks/main.yml
+ 2
- 1
tasks/main.yml
View File
@@ -28,7 +28,8 @@
- name: private key
command:
openssl genrsa
-out private/ca.key.pem {{ certificate_authority_private_key_size }}
-out private/ca.key.pem
{{ certificate_authority_private_key_size }}
args:
chdir: "{{ certificate_authority_directory }}"
creates: "{{ certificate_authority_directory }}/private/ca.key.pem"
Write
Preview
Loading…
Cancel
Save