We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e03499 commit 810d393Copy full SHA for 810d393
doc/api/crypto.md
@@ -178,8 +178,8 @@ console.log(Certificate.verifySpkac(Buffer.from(spkac)));
178
```
179
180
```cjs
181
-const { Certificate } = require('node:crypto');
182
const { Buffer } = require('node:buffer');
+const { Certificate } = require('node:crypto');
183
184
const spkac = getSpkacSomehow();
185
console.log(Certificate.verifySpkac(Buffer.from(spkac)));
@@ -292,8 +292,8 @@ console.log(cert.verifySpkac(Buffer.from(spkac)));
292
293
294
295
296
297
298
const cert = Certificate();
299
0 commit comments