Updating the taxware.net SSL certificate (Java)
This article is for SOAP customers who are still using the taxware.net endpoints.
Make sure that the Java Web Services Client exists and that the smoke test is working properly.
Make sure that JAVA_HOME and PATH environmental variables are set with appropriate values in the command prompt where the keytool command is executed. Use the syntax below to set up the variables:
- Windows:
set JAVA_HOME='Java Home Path'(Example: set JAVA_HOME=D:\jdk1.7.0_79
- Non-Windows:
export JAVA_HOME='Java Home Path'(Example:export JAVA_HOME=/home/TaxwareEnterprise/jdk1.7.0_79)
export PATH=$JAVA_HOME/bin:$PATH
- Windows:
Download the new Sovos Server SSL certificate from the Sovos Portal and rename the certificate from serverssl2025taxware.cer to serverssl.crt.
Make sure you have the keystore password for the current Web Services Client.
- Extract the intermediate certificate.
- Add the new Server SSL certificate.
- Add the intermediate certificate.
- Delete the old SSL certificate and rename the new certificate.
- Run the smoke test.
- Restart adapter services.
- Optional: If you have multiple adapters that use the same keystore files (clones), follow these steps to speed up the upgrade process and minimize downtime requirements.