mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
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:
parent
7a450272fb
commit
a93c1c0aa5
1 changed files with 10 additions and 10 deletions
|
@ -2690,16 +2690,6 @@ added: v15.6.0
|
||||||
Checks whether the public key for this certificate is consistent with
|
Checks whether the public key for this certificate is consistent with
|
||||||
the given private key.
|
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`
|
### `x509.fingerprint`
|
||||||
|
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
|
@ -2791,6 +2781,16 @@ added: v15.9.0
|
||||||
The issuer certificate or `undefined` if the issuer certificate is not
|
The issuer certificate or `undefined` if the issuer certificate is not
|
||||||
available.
|
available.
|
||||||
|
|
||||||
|
### `x509.keyUsage`
|
||||||
|
|
||||||
|
<!-- YAML
|
||||||
|
added: v15.6.0
|
||||||
|
-->
|
||||||
|
|
||||||
|
* Type: {string\[]}
|
||||||
|
|
||||||
|
An array detailing the key extended usages for this certificate.
|
||||||
|
|
||||||
### `x509.publicKey`
|
### `x509.publicKey`
|
||||||
|
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue