Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Blason_R
Leader
Leader

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

Thanks and Regards,
Blason R
CCSA,CCSE,CCCS

View solution in original post

(1)
Who rated this post