07-01-2022 03:05 AM
Hi ,
i would like to install certificate chain (root and sub certificate) ,private key and certificate for router in under one trustpoint to use VPN. So i conbined private key and certificate as a one pfx file .
i install certificate chain ( root and sub) in my trustpoint using : crypto pki authenticate XXX.
and then i try to import cert to same trustpoint which installed certificate chain.
i got trustpoint insue error.
So let me know how to import certificate chain and pfx file together in one trustpoint ?
Or how to conbine certificate chain,private key and cerfificate as one pfx ?
I would like to use this certificate for VPN. I don't want to generate csr file from cisco router.
Solved! Go to Solution.
07-01-2022 03:17 AM
@MrBeginner try the following:
Use OpenSSL to generate a CSR, private key and then create PKCS12 file
When prompted enter the Country Name, State or Province Name, Locality Name, Organisation Name, Organization Unit Name and Common Name
Get the certificate signed by CA
Import the signed certificate and root cert(s) into a PKCS12 file.
Import the PKCS12 file on the router crypto pki import <TP NAME> pkcs12
07-01-2022 03:17 AM
@MrBeginner try the following:
Use OpenSSL to generate a CSR, private key and then create PKCS12 file
When prompted enter the Country Name, State or Province Name, Locality Name, Organisation Name, Organization Unit Name and Common Name
Get the certificate signed by CA
Import the signed certificate and root cert(s) into a PKCS12 file.
Import the PKCS12 file on the router crypto pki import <TP NAME> pkcs12
07-03-2022 06:51 PM
Hi @Rob Ingram
if we have root cert and sub cert, i need to combine to one cert ?
How to replace RootCert.cer with two cert (root cert and sub cert) in below command ?
07-04-2022 12:40 AM
@MrBeginner concatenate the intermediate certificate and root certificate into a single file and then import.
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