From af8b46ef08785f9c47ade0e9fced9f3216584a2c Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 5 Nov 2019 14:29:20 +0100 Subject: [PATCH] doc(cli): document NODE_EXTRA_CA_CERTS (#57) --- _articles/miscellaneous/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index 1f3c13bd..ad080682 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -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