From 9bdcb0f185f3e83c3ac6f74ac60f1e1a7b782ca8 Mon Sep 17 00:00:00 2001 From: Bryan Hazelbaker Date: Wed, 5 Feb 2020 23:25:38 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fccacc..2992e4a 100644 --- a/README.md +++ b/README.md @@ -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" \