e7f2d5be037d6b4e3da45c037c708500352745f6
services/Automatic-CA.md
| ... | ... | @@ -85,6 +85,7 @@ Read more on this [stack exchange post][osx-2] |
| 85 | 85 | How to Run |
| 86 | 86 | ========== |
| 87 | 87 | |
| 88 | +``` |
|
| 88 | 89 | Usage: # OWNER is your MNT handle. |
| 89 | 90 | ./ca.dn42 user-gen OWNER EMAIL # Output to OWNER.csr and OWNER.key |
| 90 | 91 | ./ca.dn42 user-sig OWNER # Output to OWNER.crt and OWNER.p12 |
| ... | ... | @@ -92,11 +93,13 @@ Usage: # OWNER is your MNT handle. |
| 92 | 93 | ./ca.dn42 tls-sig DNS OWNER # Output to OWNER_DNS.crt and OWNER_DNS.p12 |
| 93 | 94 | ./ca.dn42 revoke OWNER CERTFILE [REASON] |
| 94 | 95 | |
| 96 | + |
|
| 95 | 97 | Revoke Reasons: unspecified, keyCompromise, affiliationChanged, |
| 96 | 98 | superseded, cessationOfOperation, certificateHold, removeFromCRL |
| 97 | 99 | |
| 98 | 100 | Environtment Options: |
| 99 | 101 | DN42CA_PKCS12 = 1 # Generate pkcs12 file for certificate. |
| 102 | +``` |
|
| 100 | 103 | |
| 101 | 104 | Example |
| 102 | 105 | ======= |