From 63535cdd570d96c363fe78a583af8595d5f49371 Mon Sep 17 00:00:00 2001 From: ConorDavenport Date: Thu, 13 Feb 2020 16:44:24 +0000 Subject: [PATCH] doc: update guide name Updated updating-root-certs.md to maintaining-root-certs.md Fixes: https://github.com/nodejs/node/issues/31741 --- .../{updating-root-certs.md => maintaining-root-certs.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename doc/guides/{updating-root-certs.md => maintaining-root-certs.md} (99%) diff --git a/doc/guides/updating-root-certs.md b/doc/guides/maintaining-root-certs.md similarity index 99% rename from doc/guides/updating-root-certs.md rename to doc/guides/maintaining-root-certs.md index 41c83e5898bd10..d26bdad943a50a 100644 --- a/doc/guides/updating-root-certs.md +++ b/doc/guides/maintaining-root-certs.md @@ -1,4 +1,4 @@ -# Updating the Root Certificates +# Maintaining the Root Certificates Node.js contains a compiled-in set of root certificates used as trust anchors for TLS certificate validation.