Forum Discussion
Osama_Ibrahim_M
Nimbostratus
Apr 16, 2019SSL Certification Import
Dears,
am trying to import new SSL certificate, but am getting below error, please your support.
01070712:3: unable to validate certificate, invalid x509 file (/Common/WC_2019.crt).
thanks ...
Andy_McGrath
Cumulonimbus
Apr 16, 2019Guessing the certificate is not a valid x509 file. You may find the format is incorrect i.e. you have a DER encoded certificate and so need to convert to a PEM (none encoded certificate).
If you open the certificate file in a text editor should start with something like
-----BEGIN CERTIFICATE-----
if not and you know it is a valid certificate it will be the format.
You can use
openssl
to do this:
openssl x509 -in cert.crt -inform der -outform pem -out cert.pem
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects