1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

doc(cli): document NODE_EXTRA_CA_CERTS (#57)

This commit is contained in:
Simon Legner
2019-11-05 14:29:20 +01:00
committed by Kyle Spearrin
parent 93223129e1
commit af8b46ef08

View File

@@ -350,6 +350,10 @@ For example, if you are using a self hosted Bitwarden server you will need to ch
You can read the value of a configured setting by not specifying a value.
bw config server
If your Bitwarden server exposes as self-signed TLS certiciate, specify the Node.js environment variable [`NODE_EXTRA_CA_CERTS`](https://nodejs.org/api/cli.html#cli_node_extra_ca_certs_file):
export NODE_EXTRA_CA_CERTS="absolute_path_to_your_certificates.pem"
### Update