Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
mohammede
Explorer
Jump to solution

Certificate Revoked error on smartconsole

Hi Community,

We have two servers to log into the smartconsole, one of the servers I can no longer log into the smart console, we reboot the server and problem still,  knowing that I can access from the second server,

Also note that the SIC certificat is still valid,

can please advise about this matter

0 Kudos
1 Solution

Accepted Solutions
Blason_R
Advisor

Below command should help. run those from expert prompt and ensure you have full backup taken before performing this activity

cpca_client lscert -stat Valid
cpca_client lscert -stat Valid -kind SIC
cd $CPDIR/conf
ls -lh | grep sic
cp $CPDIR/conf/sic_cert.p12{,_BACKUP}
cpca_client revoke_cert -n "CN=cp_mgmt"
cpca_client create_cert -n "CN=cp_mgmt" -f $CPDIR/conf/sic_cert.p12

View solution in original post

(1)
11 Replies
the_rock
Legend
Legend

Can you please attach the screenshot of the error you see?

Andy

0 Kudos
mohammede
Explorer

find attached the error 

0 Kudos
_Val_
Admin
Admin

This does not make much sense. Any screenshots & details?

0 Kudos
mohammede
Explorer

from the server 1 i Get the message below, What baffles me is that I can log in from another server

0 Kudos
Blason_R
Advisor

Below command should help. run those from expert prompt and ensure you have full backup taken before performing this activity

cpca_client lscert -stat Valid
cpca_client lscert -stat Valid -kind SIC
cd $CPDIR/conf
ls -lh | grep sic
cp $CPDIR/conf/sic_cert.p12{,_BACKUP}
cpca_client revoke_cert -n "CN=cp_mgmt"
cpca_client create_cert -n "CN=cp_mgmt" -f $CPDIR/conf/sic_cert.p12

(1)
mohammede
Explorer

thanks blason i will proceed to create a new certificate

0 Kudos
Blason_R
Advisor

Follow sk20905 and it should resolve your issue

 

0 Kudos
_Val_
Admin
Admin

Still unclear. Are you using a certificate to login to SmartConsole?

 

Also, R80.20 is out of support for a while, I hope you know that.

0 Kudos
mohammede
Explorer

Thanks for replay,

yes we use certificate to login to SC , i checked before and is still valid 

thanks for the note 

0 Kudos
_Val_
Admin
Admin

Issue a new certificate to that client and try again.

the_rock
Legend
Legend

Just do what Val said, issue new cert.

0 Kudos