From 22fabdf96c8fb9cc7d485025fa585558f713a2c5 Mon Sep 17 00:00:00 2001 From: Andrew M Date: Sun, 21 Jul 2019 23:17:36 -0400 Subject: [PATCH] Updated Private CA and self signed certs that work with Chrome (markdown) --- Private-CA-and-self-signed-certs-that-work-with-Chrome.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Private-CA-and-self-signed-certs-that-work-with-Chrome.md b/Private-CA-and-self-signed-certs-that-work-with-Chrome.md index 9f32351..eeaa37f 100644 --- a/Private-CA-and-self-signed-certs-that-work-with-Chrome.md +++ b/Private-CA-and-self-signed-certs-that-work-with-Chrome.md @@ -31,4 +31,8 @@ Create the bitwarden certificate, signed from the root CA: openssl x509 -req -in bitwarden.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out bitwarden.crt -days 1825 -sha256 -extfile bitwarden.ext ``` -Add the root certificate and the bitwarden certificate to client computers. \ No newline at end of file +Add the root certificate and the bitwarden certificate to client computers. + + + +For reference, see here: https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/ \ No newline at end of file