From b88ed0c6b62888fea64565a2b1977a529af98049 Mon Sep 17 00:00:00 2001 From: nazarovmi <29894329+nazarovmi@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:34:24 +0300 Subject: [PATCH] Revert 9120530dc8989c945e11de573759e96e464d4431...06c116a351024be7b1f8f8bdc7229453acb00b76 on Private CA and self signed certs that work with Chrome --- Private-CA-and-self-signed-certs-that-work-with-Chrome.md | 2 ++ 1 file changed, 2 insertions(+) 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 b743ac9..aee337b 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 @@ -41,6 +41,8 @@ subjectAltName = @alt_names [alt_names] DNS.1 = bitwarden.local DNS.2 = www.bitwarden.local +# Optionally add IP if you're not using DNS names: +IP.1 = 192.168.1.3 ```