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 ```