05-15-2020 06:05 AM
Hi
My cisco ios router ca server certificate is about to expire how do i renew it
thanks
05-15-2020 06:40 AM
Hi,
What enrollment method are you using SCEP or terminal (manual)?
Either way you run crypto pki enroll <TRUSTPOINT NAME>. If you are using SCEP it should automatically pull the certificate, if using terminal it will display the CSR in the terminal, at which point you copy the CSR and get it signed by the CA, before importing the signed certificate.
Refer to this example here which demostrates the commands required.
HTH
05-15-2020 06:50 AM - edited 05-15-2020 06:52 AM
hello,
the certificate was generated on the router it self, the router acts as the CA server
crypto pki server CA-Server
database level complete
issuer-name **********************
grant none
hash sha1
lifetime certificate 730
lifetime ca-certificate 1825
auto-rollover
database url flash:/CA/
05-15-2020 07:01 AM
Still the process same, for Local CA also.
I have attached good document for reference.
05-15-2020 07:24 AM
so just run command crypto pki enroll <TRUSTPOINT NAME> and thats it ?
05-15-2020 07:58 AM
05-15-2020 08:08 AM
05-15-2020 08:36 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide