Check for the expiration date
Please add following command:
AIDA-prod:
echo | openssl s_client -connect ndcto.pribas.com:443 2>/dev/null | openssl x509 -noout -dates
AIDA-internal test:
openssl s_client -connect api-test.ndc.one:443 2>/dev/null | openssl x509 -noout -dates
echo | openssl s_client -connect ndcto.pribas.com:8443 2>/dev/null | openssl x509 -noout -dates
AIDA-external test:
openssl s_client -connect api-test.ndc.one:443 2>/dev/null | openssl x509 -noout -dates
echo | openssl s_client -connect ndcto.pribas.com:8443 2>/dev/null | openssl x509 -noout -dates
If expiration date is over, please run the renewal script on Prod:
cd /home/qcuser/apps/qc/connector/conf/
./aida_cert_script_prod.sh
If expiration date is over, please run the renewal script on Test/Dev:
cd /home/qcuser/apps/qc/connector/conf/
./aida_cert_script.sh
After adding a certificate using the script
You will be prompted to restart the environment. Y/N
Please select the desired answer, as the environment needs to be restarted for the certificates to work correctly.
Log file:
/apps/log/tomcat/cert_logs.txt