We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bbcaa commit daa7880Copy full SHA for daa7880
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