doc: rename x509.extKeyUsage to x509.keyUsage · nodejs/node@fd61588

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