Skip to content

Commit 20d86db

Browse files
sam-githubaddaleax
authored andcommitted
doc: add version meta for SSL_CERT_DIR/FILE
The metadata markup for when SSL_CERT_DIR and SSL_CERT_FILE added in 33012e9 is missing. PR-URL: #11007 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4509d84 commit 20d86db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/cli.md

+6
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ If the [`--openssl-config`][] command line option is used, the environment
376376
variable is ignored.
377377

378378
### `SSL_CERT_DIR=dir`
379+
<!-- YAML
380+
added: REPLACEME
381+
-->
379382

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

387390
### `SSL_CERT_FILE=file`
391+
<!-- YAML
392+
added: REPLACEME
393+
-->
388394

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

0 commit comments

Comments
 (0)