We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f9d3f commit e22ce95Copy full SHA for e22ce95
doc/api/crypto.md
@@ -2722,15 +2722,15 @@ added: v15.9.0
2722
The issuer certificate or `undefined` if the issuer certificate is not
2723
available.
2724
2725
-### `x509.keyUsage`
+### `x509.extKeyUsage`
2726
2727
<!-- YAML
2728
added: v15.6.0
2729
-->
2730
2731
* Type: {string\[]}
2732
2733
-An array detailing the key usages for this certificate.
+An array detailing the key extended usages for this certificate.
2734
2735
### `x509.publicKey`
2736
0 commit comments