doc: rename x509.extKeyUsage to x509.keyUsage

PR-URL: https://github.com/nodejs/node/pull/59332
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Filip Skokan 2025-08-09 19:43:07 +01:00 committed by GitHub
parent 7a450272fb
commit a93c1c0aa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`
<!-- YAML
added: v15.6.0
-->
* Type: {string\[]}
An array detailing the key extended usages for this certificate.
### `x509.fingerprint`
<!-- YAML
@ -2791,6 +2781,16 @@ added: v15.9.0
The issuer certificate or `undefined` if the issuer certificate is not
available.
### `x509.keyUsage`
<!-- YAML
added: v15.6.0
-->
* Type: {string\[]}
An array detailing the key extended usages for this certificate.
### `x509.publicKey`
<!-- YAML