We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d905008 commit 4a286f3Copy full SHA for 4a286f3
docs/getting-started/clients/web-vault/index.mdx
@@ -22,6 +22,7 @@ support WebAuthn which is blocked on websites with certificate errors. Please fo
22
mkcert --install
23
24
# Generate cert valid for localhost, 127.0.0.1 and bitwarden.test
25
+cd apps/web
26
mkcert -cert-file dev-server.local.pem -key-file dev-server.local.pem localhost 127.0.0.1 bitwarden.test
27
```
28
0 commit comments