mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Updated Private CA and self signed certs that work with Chrome (markdown)
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/
|
Loading…
Reference in New Issue
Block a user