summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guides/updating-root-certs.md2
1 files changed, 1 insertions, 1 deletions
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
```