Skip to content

Commit e44ef07

Browse files
panvaaduh95
authored andcommitted
doc: rename x509.extKeyUsage to x509.keyUsage
PR-URL: #59332 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8dd0926 commit e44ef07

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
@@ -2677,16 +2677,6 @@ added: v15.6.0
26772677
Checks whether the public key for this certificate is consistent with
26782678
the given private key.
26792679

2680-
### `x509.extKeyUsage`
2681-
2682-
<!-- YAML
2683-
added: v15.6.0
2684-
-->
2685-
2686-
* Type: {string\[]}
2687-
2688-
An array detailing the key extended usages for this certificate.
2689-
26902680
### `x509.fingerprint`
26912681

26922682
<!-- YAML
@@ -2778,6 +2768,16 @@ added: v15.9.0
27782768
The issuer certificate or `undefined` if the issuer certificate is not
27792769
available.
27802770

2771+
### `x509.keyUsage`
2772+
2773+
<!-- YAML
2774+
added: v15.6.0
2775+
-->
2776+
2777+
* Type: {string\[]}
2778+
2779+
An array detailing the key extended usages for this certificate.
2780+
27812781
### `x509.publicKey`
27822782

27832783
<!-- YAML

0 commit comments

Comments
 (0)