How to handle Test BTS service certificate error


Summary:

This article will give you the information to handle the certification error in the Test BTS service.

Information:

These instructions are for Test Basware BTS (Business Transactions Sender) which is used to deliver documents to Basware Test BT (test.bt.basware.com).

To replace the certificate for this service you need to perform the following steps 

1. Stop Basware BTS service
2. Download certificate from this location: test.bt.basware.com.zip
3. Extract from Zip and place certificate to BTS installation folder\jre\bin
* Example path: C:\Program Files (x86)\Basware\BTS\jre\bin
4. Open command prompt and use mouse right click "Run as Administrator" when opening
5. Browse to BTS installation folder\jre\bin
* Example: C:\Program Files (x86)\Basware\BTS\jre\bin
6. Enter command: keytool -import -alias bt.basware.com -keystore BTS installation folder\jre\lib\security\cacerts -trustcacerts -file test.bt.basware.com.cer
* Example command with full path: keytool -import -alias bt.basware.com -keystore "C:\PROGRAM FILES\Basware\BTS\jre\lib\security\cacerts" -trustcacerts -file test.bt.basware.com.cer
* Note double quotes must be used if there are spaces in the path e.g. "C:\PROGRAM FILES\Basware\BTS\jre\lib\security\cacerts"
7. Enter password: changeit
8. Trust certificate: Yes
9. Start Basware BTS service