From a93c1c0aa53c626042243c70e2bc3d73f0584736 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 9 Aug 2025 19:43:07 +0100 Subject: [PATCH] doc: rename x509.extKeyUsage to x509.keyUsage PR-URL: https://github.com/nodejs/node/pull/59332 Reviewed-By: James M Snell --- doc/api/crypto.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index cde3893ab4a..53c0c3ba2bd 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2690,16 +2690,6 @@ added: v15.6.0 Checks whether the public key for this certificate is consistent with the given private key. -### `x509.extKeyUsage` - - - -* Type: {string\[]} - -An array detailing the key extended usages for this certificate. - ### `x509.fingerprint` + +* Type: {string\[]} + +An array detailing the key extended usages for this certificate. + ### `x509.publicKey`