Update a Certificate in the Portal Keystore
Use the Utility (deployCert) to update an SSL certificate to the Portal keystore. Run the update command to update certificates in the keystore. Execute the following from the command window:
Linux
cd /opt/aptare/utils # ./deployCert.sh update
If the certificate key is password protected use:
# ./deployCert.sh update -p <passphrase>
Windows
cd c:\opt\aptare\utils deployCert.bat update
If the certificate key is password protected use:
deployCert.bat update -p <passphrase>