create the directory structure

This commit is contained in:
Jean-Marie Mineau 2021-09-08 15:59:32 +02:00
commit cb7dc99f5b
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
7 changed files with 694 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Ansible Hacky PKI
Ansible Hacky PKI is an ansible role that generate certificates signed by a given CA.
The Public Certificate of the CA and its Private Key are ansible variables. Make sure to store the private key in a Vault and to not rease the CA used in example.
## Dependencies
## Generate a CA
## How does it works ?