Skip to content

Commit e22ce95

Browse files
DMeechanUlisesGascon
authored andcommitted
doc: update Crypto API doc for x509.keyUsage
PR-URL: #50603 Refs: #48727 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 24f9d3f commit e22ce95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2722,15 +2722,15 @@ added: v15.9.0
27222722
The issuer certificate or `undefined` if the issuer certificate is not
27232723
available.
27242724

2725-
### `x509.keyUsage`
2725+
### `x509.extKeyUsage`
27262726

27272727
<!-- YAML
27282728
added: v15.6.0
27292729
-->
27302730

27312731
* Type: {string\[]}
27322732

2733-
An array detailing the key usages for this certificate.
2733+
An array detailing the key extended usages for this certificate.
27342734

27352735
### `x509.publicKey`
27362736

0 commit comments

Comments
 (0)