keys -> passphrase

This commit is contained in:
Yago Perez 2019-10-02 23:21:27 +02:00 committed by Yago Perez
parent ce6e58b3f3
commit 9e6c318372
No known key found for this signature in database
GPG Key ID: 2F640C694254303D
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ const client = new ebics.Client({
partnerId: '',
userId: '',
hostId: '',
passphrase: 'test', // keys-test will be decrypted with this keys
passphrase: 'test', // keys-test will be decrypted with this passphrase
keyStorage: ebics.fsKeysStorage('./keys-test'),
});

View File

@ -9,7 +9,7 @@ const client = new ebics.Client({
partnerId: 'PARTNER',
userId: 'USER',
hostId: 'HOST',
passphrase: 'test', // keys-test will be encrypted with this keys
passphrase: 'test', // keys-test will be encrypted with this passphrase
keyStorage: ebics.fsKeysStorage('./keys-test'),
});