Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 530 Bytes

Root_CA.md

File metadata and controls

33 lines (25 loc) · 530 Bytes

Root CA

Creating a Root CA

This will probably be split into the HSM stuff

$ cd ROOT/scripts
$ ./createRootCA.sh

Revocation of an intermediate CA certificate

Locate the cert PEM in the certs directory then run

$ cd ROOT/scripts
$ ./revokeCert.sh

This will ask you for the location and the revocation reason.

Running and testing the Root's OCSP responder

In one shell:

$ cd ROOT/scripts
$ ./runOCSPResponder.sh

In another shell:

$ cd ROOT/examples
$ ./queryOCSPResponder.sh