You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+48-58Lines changed: 48 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Generates self-signed CA, client and server certificates. Runs locally on contro
4
4
5
5
Notes:
6
6
- Will not overwrite any files in output cert dir
7
-
-Ansible crypto modules do not support signing certs with own CA yet, using `shell` command instead. Should be resolved in Ansible 2.7 using the [ownca provider](https://github.com/ansible/ansible/commit/b61b113fb9e3fcfcb25f4a8aaabad618e3209ce1).
7
+
-Will not copy the files to the remote servers if the local files are unchanged
8
8
9
9
10
10
Requirements
@@ -19,68 +19,58 @@ See `defaults/main.yml`
19
19
20
20
Dependencies
21
21
------------
22
-
- Refer to [Ansible Crypto modules](http://docs.ansible.com/ansible/latest/modules/list_of_crypto_modules.html)
0 commit comments