Author: Paolo Lulli <paolo@lulli.net>
Fix readme link
README.md | 8 ++++++++
diff --git a/README.md b/README.md index 9f9e806e42ab341f032ad43d77e7fc8430250650..4df2a994a7dfc04e392402f1daf2a2bb9255f3e8 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ cd cert-signer ./script/initializeCA my-service ``` +## Use the CA to sign Client Certificates + +You can use the provided script to sign client certificates for your CA + +``` +./script/issueCertificate my-service my-client +``` + ## License see: [COPYING](/cert-signer.git/tree/master/COPYING)