mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
keys -> passphrase
This commit is contained in:
parent
ce6e58b3f3
commit
9e6c318372
@ -12,7 +12,7 @@ const client = new ebics.Client({
|
|||||||
partnerId: '',
|
partnerId: '',
|
||||||
userId: '',
|
userId: '',
|
||||||
hostId: '',
|
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'),
|
keyStorage: ebics.fsKeysStorage('./keys-test'),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ const client = new ebics.Client({
|
|||||||
partnerId: 'PARTNER',
|
partnerId: 'PARTNER',
|
||||||
userId: 'USER',
|
userId: 'USER',
|
||||||
hostId: 'HOST',
|
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'),
|
keyStorage: ebics.fsKeysStorage('./keys-test'),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user