We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb94bdb commit dea526fCopy full SHA for dea526f
README.md
@@ -357,6 +357,7 @@ import { SigningAlgorithm } from 'c2pa-node';
357
358
// create a local signer
359
async function createLocalSigner() {
360
+ // make sure to update file paths to read from to match locations where you keep them
361
const [certificate, privateKey] = await Promise.all([
362
readFile('<ES256 certificate_file_location>.pem'),
363
readFile('<ES256 certificate_file_location>.pub'),
0 commit comments