06-23-2020 03:33 PM
(config)#ip ssl private-key-file tftp 1.2.3.4 key.pemThis consistently fails with error:
Downloading RSA private key file, please wait... Done. Download RSA certificate data file to create the certificate.
(config)#ip ssl certificate-data-file tftp 1.2.3.4 cert.pem Downloading RSA certicate data file, please wait... Done. Creating certificate, please wait...
Cert import failed....Could not parse the PEM-encoded import dataThings I've tried:
06-23-2020 09:29 PM
06-24-2020 11:07 AM
debug ip ssl
, but no log entries are generated during the import process. Is there somewhere else I can look for debug info?06-24-2020 11:42 PM
06-25-2020 02:18 PM