mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
Add example of specifying a bare IP in the extfile
parent
ebc64386b2
commit
9120530dc8
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ subjectAltName = @alt_names
|
||||||
[alt_names]
|
[alt_names]
|
||||||
DNS.1 = bitwarden.local
|
DNS.1 = bitwarden.local
|
||||||
DNS.2 = www.bitwarden.local
|
DNS.2 = www.bitwarden.local
|
||||||
|
# Optionally add IP if you're not using DNS names:
|
||||||
|
IP.1 = 192.168.1.3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue