From 9120530dc8989c945e11de573759e96e464d4431 Mon Sep 17 00:00:00 2001 From: Seth House Date: Tue, 5 Sep 2023 23:27:17 -0600 Subject: [PATCH] Add example of specifying a bare IP in the extfile --- 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 ```