From bc761840c1ede052f9368173016346120b21f73f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 26 Mar 2024 13:47:23 -0400 Subject: add license headers --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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/ -- cgit