08-29-2023 07:46 AM
After initializing the ASA settings, an error was output when the following settings were submitted. Could you please tell us the cause and how to configure it?
(config)# crypto ikev2 remote-access trustpoint XXXXX
ERROR: Trustpoint not enrolled. Please enroll trustpoint and try again.
(config)# crypto ca trustpoint XXXXX
(config-ca-trustpoint)# keypair XXXXX
ERROR: Keypair XXXXX doesn't exist.
(config)# crypto ca certificate chain XXXXX
(config-cert-chain)# certificate
Enter the certificate in hexadecimal representation....
<skip>
(config-pubkey)# quit
ERROR: Public key contained in the device certificate doesn't match the device's
public key <Default-RSA-Key> configured for trustpoint XXXXX.
08-29-2023 07:55 AM
08-30-2023 04:38 AM
Thank you. I will refer to the guide.
08-29-2023 07:58 AM
Looks you dont have trust point
can you post
#show crypto ca certificate
08-30-2023 04:41 AM - edited 09-01-2023 02:10 AM
I can't post the output of the command, but I did check it and found the following
#show crypto ca certificate
<No applicable trust points>
#show crypto ca trustpoints
Trustpoint XXXXX:
Not authenticated.
11-18-2023 09:54 PM
If the certificate is not properly installed on the ASA, you cannot bind the trustpoint to the IKEv2 configuration.
Evidently, the certificate is not installed/missed based on the outputs shown above.
Please generate CSR and install the certificate and then bind to ikev2 configuration
11-18-2023 11:27 PM
You need to generate key then use it for trustpoint.
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