From 92c881faa73a64d0d3887ab93990bc48b4d6f786 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Tue, 4 Jun 2024 17:50:50 +0200 Subject: docs(console): More clearly indicate the contents of DENO_CERT (#24091) The PEM file specified by DENO_CERT can contain multiple certificates https://github.com/denoland/deno/blob/13924fdb1b75325b9b6116accb800bd9f567f2c1/cli/args/mod.rs#L722-L742 Signed-off-by: Andreas Kohn --- cli/args/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/args') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 2559cf0a1..03d19746a 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1042,7 +1042,7 @@ static ENV_VARIABLES_HELP: &str = color_print::cstr!( DENO_FUTURE Set to "1" to enable APIs that will take effect in Deno 2 - DENO_CERT Load certificate authority from PEM encoded file + DENO_CERT Load certificate authorities from PEM encoded file DENO_DIR Set the cache directory -- cgit v1.2.3