Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delphian authored Feb 5, 2020
1 parent e3b9bc5 commit 29fa967
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ __***For HomeLab Experimentation Only***__
-out "/root/ca/certs/crl.ca.guardtone.com.crt.pem"
sudo openssl x509 -noout -text -in "/root/ca/certs/crl.ca.guardtone.com.crt.pem"
```
* Copy OCSP, CRL, and Root CA certificates to ca.guardtone.com:/root/ca/certs
* Copy index.txt OCSP database to ca.guardtone.com:/root/ca
* Copy /root/ca/crl/revoked.crl to ca.guardtone.com:/root/ca/crl
* Copy OCSP, CRL, and Root CA certificates to `ca.guardtone.com:/root/ca/certs`
* Copy index.txt OCSP database to `ca.guardtone.com:/root/ca`
* Copy CRL to `ca.guardtone.com:/root/ca/crl`

### Box: ca.guardtone.com (OCSP Responder and CRL Host)
* Launch the OCSP responder with OpenSSL
Expand Down Expand Up @@ -203,6 +203,10 @@ __***For HomeLab Experimentation Only***__
-rsigner "/root/ca/intermediate/public/certs/ocsp.ca-public.guardtone.com.crt.pem" \
-nrequest 1 &
```
* Update Apache with CRL
```bash
sudo cp /root/ca/intermediate/public/crl/revoked.crl /var/www/html/guardtone-ca-public-revoked.crl
```

## Resulting File Structure

Expand Down

0 comments on commit 29fa967

Please sign in to comment.