Hi Daniel,
Just wanted to update you on this case and thank you for your help. I found sk113744 which solved the problem. One of my co-workers got a "certificate revoked" error which lead me to this sk. I did not get that error.
Here are the symptoms for this problem:
- Login to the Security Management server via R80 SmartConsole fail with error: "Certificate revoked".
- The "cpca_client lscert -stat Valid" command run on the Security Management server shows valid "cp_mgmt" certificates.
- The "cpwd_admin list" command shows all processes are running.
- All statuses are showing X sign.
Solution:
# cd $CPDIR/conf
# mv $CPDIR/conf/sic_cert.p12 /var/log/
# cpca_client revoke_cert -n "CN=cp_mgmt"
# cpca_client create_cert -n "CN=cp_mgmt" -f sic_cert.p12
# cpstop; cpstart