aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
commitbc761840c1ede052f9368173016346120b21f73f (patch)
tree85ecff73499e7be4c7ebfe73abbdde1e401a718e /README.md
parentMerge branch 'add_basic_auth_method_and_passwordfile_input' into 'master' (diff)
downloadcertreq-master.tar.gz
certreq-master.tar.bz2
certreq-master.zip
add license headersHEADmaster
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