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 3a5b800 commit 009decfCopy full SHA for 009decf
README.md
@@ -116,8 +116,9 @@ const config = {
116
encryptedKeyFieldName: 'encryptedKey',
117
encryptedValueFieldName: 'encryptedData',
118
dataEncoding: 'hex',
119
- encryptionCertificate: "./path/to/public.cert"
120
- oaepPaddingDigestAlgorithm: 'SHA-256',
+ encryptionCertificate: "./path/to/public.cert",
+ privateKey: "./path/to/your/private.key",
121
+ oaepPaddingDigestAlgorithm: 'SHA-256'
122
};
123
```
124
0 commit comments