aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4766a5..672c53c 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,9 @@ Call the playbook with:
The role generates a pkc12 file at /tmp/certnew.pfx with the client cert, ca cert chain, and client private key.
+# License
+[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)
+
# References
## Weblinks
* https://bgstack15.wordpress.com/2016/06/30/manipulating-ssl-certificates/
bgstack15