Forum Discussion
AngryCat_52750
Nimbostratus
Oct 28, 2013exporting a cert from the F5
I am following another article - LINK to export a SSL cert on the F5 so i can import it to other IIS web servers.
Is there a way to export the cert and the key into a PFX or P12 file?
ReganAnderson
Employee
Oct 28, 2013You can do this in the CLI using OpenSSL, for example:
v10: openssl pkcs12 -export -out /var/tmp/certkey.p12 -inkey /config/ssl/ssl.key/.key -in /config/ssl/ssl.crt/.crt
v11: openssl pkcs12 -export -out /var/tmp/certkey.p12 -inkey /config/filestore/files_d/Common_d/certificate_key_d/:Common:.key -in /config/filestore/files_d/Common_d/certificate_d/:Common:.crt
In both examples the pkcs12 file is created in /var/tmp/
Hope that helps!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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