mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(console): More clearly indicate the contents of DENO_CERT (#24091)
The PEM file specified by DENO_CERT can contain multiple certificates
13924fdb1b/cli/args/mod.rs (L722-L742)
Signed-off-by: Andreas Kohn <andreas.kohn@gmail.com>
This commit is contained in:
parent
d625b296d0
commit
92c881faa7
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ static ENV_VARIABLES_HELP: &str = color_print::cstr!(
|
|||
<g>DENO_FUTURE</> Set to "1" to enable APIs that will take effect in
|
||||
Deno 2
|
||||
|
||||
<g>DENO_CERT</> Load certificate authority from PEM encoded file
|
||||
<g>DENO_CERT</> Load certificate authorities from PEM encoded file
|
||||
|
||||
<g>DENO_DIR</> Set the cache directory
|
||||
|
||||
|
|
Loading…
Reference in a new issue