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 6, 2020
1 parent 9143bb2 commit 9bdcb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ __***For HomeLab Experimentation Only***__
* Create OCSP CA private key and sign for 3650 days using `ocsp` config file options, then review certificate. ___CN must be `ocsp.ca-public.guardtone.com`___
```bash
openssl ecparam -genkey -name secp384r1 \
| openssl ec -aes256 -out "/root/ca/intermediate/public/private/ocsp.ca-public.guardtone.com.key.pem"
| openssl ec -out "/root/ca/intermediate/public/private/ocsp.ca-public.guardtone.com.key.pem"
openssl req -config "./intermediate_ca_public_openssl.cnf" \
-new -x509 -sha384 -extensions ocsp -days 3650 \
-key "/root/ca/intermediate/public/private/ca-public.guardtone.com.key.pem" \
Expand Down

0 comments on commit 9bdcb0f

Please sign in to comment.