10BC0
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 9d2532e commit c0b6413Copy full SHA for c0b6413
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