From e7f2d5be037d6b4e3da45c037c708500352745f6 Mon Sep 17 00:00:00 2001 From: Mic92 Date: Mon, 15 Feb 2016 07:40:48 +0000 Subject: [PATCH] Updated Automatic CA (markdown) --- services/Automatic-CA.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/Automatic-CA.md b/services/Automatic-CA.md index f16c6eb..256ad23 100644 --- a/services/Automatic-CA.md +++ b/services/Automatic-CA.md @@ -85,6 +85,7 @@ Read more on this [stack exchange post][osx-2] How to Run ========== +``` Usage: # OWNER is your MNT handle. ./ca.dn42 user-gen OWNER EMAIL # Output to OWNER.csr and OWNER.key ./ca.dn42 user-sig OWNER # Output to OWNER.crt and OWNER.p12 @@ -92,11 +93,13 @@ Usage: # OWNER is your MNT handle. ./ca.dn42 tls-sig DNS OWNER # Output to OWNER_DNS.crt and OWNER_DNS.p12 ./ca.dn42 revoke OWNER CERTFILE [REASON] + Revoke Reasons: unspecified, keyCompromise, affiliationChanged, superseded, cessationOfOperation, certificateHold, removeFromCRL Environtment Options: DN42CA_PKCS12 = 1 # Generate pkcs12 file for certificate. +``` Example =======