- From Copilot to agent - AI is growing up, and CISOs need to be ready
- My favorite Apple Watch for tracking my workouts is 32% off at major retailers
- Discover the Cisco Catalyst Center Fundamentals (CCFND) Training Program
- This robot vacuum's dustbin doubles as a handheld vacuum (and it's on sale)
- This robot vacuum's dustbin doubles handheld vacuum (and it's on sale)
UCS: Invalid Keyring certificate alert on UCSM
Problem Description:
Invalid Keyring certificate alert on UCSM
Action Plan:
Went on call and saw the keyring had expired:
EXB-B /security/keyring # show det
Keyring default:
RSA key modulus: Mod2048
Trustpoint CA:
Cert Status: Expired
– Closed the UCSM GUI, and regenerated the keyring.
# scope security
/security # scope keyring default
/security/keyring # set regenerate yes
/security/keyring *# commit-buffer
EXB-B /security/keyring # show det
Keyring default:
RSA key modulus: Mod2048
Trustpoint CA:
Cert Status: Valid
– Issue is resolved.