- Copy the new certificate to eCoC server, for example:
- /tmp/catherine1.p12.bac
- Backup the current certificate
- cp /home/ecoc/app/appl/V1/Truststore/catherine1.p12 /home/ecoc/app/appl/V1/Truststore/catherine23.p12
- Copy the latest certificate (from step 1) to the production location
- cp /tmp/catherine1.p12.bac /home/ecoc/app/appl/V1/Truststore/catherine1.p12
- Access mySQL database
- mysql -u ecoc -p v1_coc (supply the ecoc user password)
- List existing certificates by performing the query below
- SELECT * FROM tbl_cert;
- Update the password for certificate id 272
- UPDATE tbl_cert SET certPass='new_password' WHERE certId=272;
- Restart both applications
- sudo service coc-camel restart
- sudo service v1 restart
How to update the Revenue Secure certificate in the eCOC linux Server Print
Created by: Ray McDonnell
Modified on: Thu, 27 Mar, 2025 at 4:21 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.