Skip to content

Commit 4a286f3

Browse files
authored
adding cd command to mkcert instructions (#690)
to clarify that the cert needs to be placed in the web folder so that webpack will use it
1 parent d905008 commit 4a286f3

File tree

1 file changed

+1
-0
lines changed
  • docs/getting-started/clients/web-vault

1 file changed

+1
-0
lines changed

docs/getting-started/clients/web-vault/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ support WebAuthn which is blocked on websites with certificate errors. Please fo
2222
mkcert --install
2323

2424
# Generate cert valid for localhost, 127.0.0.1 and bitwarden.test
25+
cd apps/web
2526
mkcert -cert-file dev-server.local.pem -key-file dev-server.local.pem localhost 127.0.0.1 bitwarden.test
2627
```
2728

0 commit comments

Comments
 (0)