Forum Discussion
William_98151
Nimbostratus
Oct 09, 2017SSL certificate export
how do I export ssl certificates for use in IIS
- amintej
Cirrus
Hello, the procedure is export public (certificate) and private key in pem format, then convert to PFX with openssl:
System ›› File Management : SSL Certificate List › Click the ceritifcate > Certificate Tab > Export > commoname.crt System ›› File Management : SSL Certificate List › Click the ceritifcate > Key Tab > Export > commonname.key
Then convert to PFX, you can use openssl:
openssl pkcs12 -export -in commonname.crt -inkey commonname.key -name commonname -out commonname.pfx
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