- 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
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article