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

Updated Private CA and self signed certs that work with Chrome (markdown)

Andrew M 2019-07-21 23:17:36 -04:00
parent e5757388b6
commit 22fabdf96c

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