Skip to content

Commit

Permalink
doc: add version meta for SSL_CERT_DIR/FILE
Browse files Browse the repository at this point in the history
The metadata markup for when SSL_CERT_DIR and SSL_CERT_FILE added in
33012e9 is missing.

PR-URL: #11007
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
sam-github authored and addaleax committed Feb 22, 2017
1 parent 4509d84 commit 20d86db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ If the [`--openssl-config`][] command line option is used, the environment
variable is ignored.

### `SSL_CERT_DIR=dir`
<!-- YAML
added: REPLACEME
-->

If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's directory
containing trusted certificates.
Expand All @@ -385,6 +388,9 @@ evironment variable will be inherited by any child processes, and if they use
OpenSSL, it may cause them to trust the same CAs as node.

### `SSL_CERT_FILE=file`
<!-- YAML
added: REPLACEME
-->

If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's file
containing trusted certificates.
Expand Down

0 comments on commit 20d86db

Please sign in to comment.