Skip to content

Commit

Permalink
doc: update Crypto API doc for x509.keyUsage
Browse files Browse the repository at this point in the history
PR-URL: #50603
Refs: #48727
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
DMeechan authored and UlisesGascon committed Dec 19, 2023
1 parent 24f9d3f commit e22ce95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -2722,15 +2722,15 @@ added: v15.9.0
The issuer certificate or `undefined` if the issuer certificate is not
available.

### `x509.keyUsage`
### `x509.extKeyUsage`

<!-- YAML
added: v15.6.0
-->

* Type: {string\[]}

An array detailing the key usages for this certificate.
An array detailing the key extended usages for this certificate.

### `x509.publicKey`

Expand Down

0 comments on commit e22ce95

Please sign in to comment.