Document a litle
This commit is contained in:
parent
d01e17c4dd
commit
3cf23de26e
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@ The Public Certificate of the CA and its Private Key are ansible variables. Make
|
|||
|
||||
## Dependencies
|
||||
|
||||
You need to have the `cryptography` python library available on the localhost and on the remote hosts.
|
||||
|
||||
## Generate a CA
|
||||
|
||||
### Generate a key
|
||||
|
@ -56,3 +58,5 @@ Then, don't forget to remode the file `ca.key`.
|
|||
|
||||
|
||||
## How does it works ?
|
||||
|
||||
The role check if the certificate already exist and is valid. If not, it will generate **on the localhost** the certificates and then copy them to the remote host and delate the local version.
|
||||
|
|
Loading…
Reference in a new issue