From c5befe30931c3a6b62f002f11c869200f05ba3aa Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 22 Jul 2019 10:27:45 -0700 Subject: doc: fix type in NSS update instructions The perl script must be fully named, correct so that the command can be copy-pasted-run from the docs. PR-URL: https://github.com/nodejs/node/pull/28808 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig --- doc/guides/updating-root-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guides') diff --git a/doc/guides/updating-root-certs.md b/doc/guides/updating-root-certs.md index f25f74a3e7..5cd82fbe2d 100644 --- a/doc/guides/updating-root-certs.md +++ b/doc/guides/updating-root-certs.md @@ -31,7 +31,7 @@ version in the [tag list][]. Update the tag in the commands below, and run: ```shell cd tools/ -./mk-ca-bundle -v 2>_before +./mk-ca-bundle.pl -v 2>_before curl -O https://hg.mozilla.org/projects/nss/raw-file/NSS_3_41_RTM/lib/ckfw/builtins/certdata.txt ``` -- cgit v1.2.3