mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Updated Private CA and self signed certs that work with Chrome (markdown)
@@ -31,4 +31,8 @@ Create the bitwarden certificate, signed from the root CA:
|
|||||||
openssl x509 -req -in bitwarden.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out bitwarden.crt -days 1825 -sha256 -extfile bitwarden.ext
|
openssl x509 -req -in bitwarden.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out bitwarden.crt -days 1825 -sha256 -extfile bitwarden.ext
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the root certificate and the bitwarden certificate to client computers.
|
Add the root certificate and the bitwarden certificate to client computers.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
For reference, see here: https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/
|
||||||
Reference in New Issue
Block a user