From 545432349f0c283d53a6886a6280f167caeef4e0 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 18 Nov 2020 14:11:50 +1300 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 | 2 +- 1 file changed, 1 insertion(+), 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 f861b75..2c9744f 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 @@ -43,7 +43,7 @@ Create the bitwarden certificate, signed from the root CA: ``` openssl x509 -req -in bitwarden.csr -CA self-signed-ca-cert.crt -CAkey private-ca.key -CAcreateserial -out bitwarden.crt -days 365 -sha256 -extfile bitwarden.ext ``` -Note: As of April 2019 iOS 13+ and macOS 15+ can not have the server certificate have an expiry > 825 and must include ExtendedKeyUsage extension https://support.apple.com/en-us/HT210176 +Note: As of April 2019 iOS 13+ and macOS 15+, the server certificate can not have an expiry > 825 and must include ExtendedKeyUsage extension https://support.apple.com/en-us/HT210176 Add the root certificate and the bitwarden certificate to client computers.