Skip to content

Commit 009decf

Browse files
authored
Update README.md
1 parent 3a5b800 commit 009decf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ const config = {
116116
encryptedKeyFieldName: 'encryptedKey',
117117
encryptedValueFieldName: 'encryptedData',
118118
dataEncoding: 'hex',
119-
encryptionCertificate: "./path/to/public.cert"
120-
oaepPaddingDigestAlgorithm: 'SHA-256',
119+
encryptionCertificate: "./path/to/public.cert",
120+
privateKey: "./path/to/your/private.key",
121+
oaepPaddingDigestAlgorithm: 'SHA-256'
121122
};
122123
```
123124

0 commit comments

Comments
 (0)