KB Article #176190
Renew the certificates of an EBICS T user
Problem
-- How to renew the certificates used with a bank for an EBICS T user ?Resolution
-- The adminClient.sh tool (.bat for Windows platform), which is located in the <ElectronicSignature>/bin directory, is used to administer Electronic Signature (including managing the user certificates or keys).-- The command to use depends on the type of the certificate or key to update:
1 - To update the Signature certificate or key:
adminClient.sh -a renewSigkey -bn <bankName> -cid <customerId> -uid <userId>
2 - To update the encryption and authentication keys or certificates:
adminClient.sh -a renewAuthkey -bn <bankName> -cid <customerId> -uid <userId>
3 - To update all the certificates (signature, encryption and authentication):
adminClient.sh -a renewKeys -bn <bankName> -cid <customerId> -uid <userId>
(for obtain more details about those commands: adminClient.sh --help)