Skip to content

Commit a93c1c0

Browse files
authored
doc: rename x509.extKeyUsage to x509.keyUsage
PR-URL: #59332 Reviewed-By: James M Snell <[email protected]>
1 parent 7a45027 commit a93c1c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/api/crypto.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,16 +2690,6 @@ added: v15.6.0
26902690
Checks whether the public key for this certificate is consistent with
26912691
the given private key.
26922692

2693-
### `x509.extKeyUsage`
2694-
2695-
<!-- YAML
2696-
added: v15.6.0
2697-
-->
2698-
2699-
* Type: {string\[]}
2700-
2701-
An array detailing the key extended usages for this certificate.
2702-
27032693
### `x509.fingerprint`
27042694

27052695
<!-- YAML
@@ -2791,6 +2781,16 @@ added: v15.9.0
27912781
The issuer certificate or `undefined` if the issuer certificate is not
27922782
available.
27932783

2784+
### `x509.keyUsage`
2785+
2786+
<!-- YAML
2787+
added: v15.6.0
2788+
-->
2789+
2790+
* Type: {string\[]}
2791+
2792+
An array detailing the key extended usages for this certificate.
2793+
27942794
### `x509.publicKey`
27952795

27962796
<!-- YAML

0 commit comments

Comments
 (0)