1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-12-09 22:13:08 +01:00

Updated Automatic CA (markdown)

This commit is contained in:
Mic92 2016-02-15 07:40:48 +00:00
parent e57f159e91
commit e7f2d5be03

View File

@ -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
=======