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: nodejs#50603
Refs: nodejs#48727
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
DMeechan committed Nov 20, 2023
1 parent e870941 commit a9a4778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
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 a9a4778

Please sign in to comment.