1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +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

@@ -351,6 +351,10 @@ 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
The `update` command allows you to check if your CLI is up to date. The CLI will not automatically update. You must download new versions of the CLI manually.