0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 15:38:58 +02:00

Add example of specifying a bare IP in the extfile

Seth House 2023-09-05 23:27:17 -06:00
parent ebc64386b2
commit 9120530dc8

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