Forum Discussion
export PFX cert
Hi
We have BIG IP 12.1.2 Build 0.0.249 Final
How can I export the certificate which is applied on VS as PFX with the private key?
- youssef1
Cumulonimbus
Hi Ahmad,
- Connect to F5 using CLI.
- create a temp file in /var/tmp
- copy your cert and your key from F5 (pem format) and past it in your tmp folder.
- then enter the following command.
- If you don't have a chain/root your can remove "-certfile chain.crt"
openssl pkcs12 -export -inkey cert.key -in cert.crt -certfile chain.crt -out cert.pfx
Then use winscp in order to retrieve your pfx.
Regards
- RaghavendraSY_7
Cumulonimbus
Step details are mentioned below: Export a certificate with key from F5.
Please follow this procedure and run the following command line on the F5:
openssl pkcs12 -export -in /path/to/ssl-cert.crt -inkey /path/to/private.key -certfile /path/to/intermediate-ca.crt -out cert-export.pfx
This will create a file on the F5 called filename.pfx.
- Ahmadj_283318
Nimbostratus
Thank you
- RaghavendraSY
Altostratus
Step details are mentioned below: Export a certificate with key from F5.
Please follow this procedure and run the following command line on the F5:
openssl pkcs12 -export -in /path/to/ssl-cert.crt -inkey /path/to/private.key -certfile /path/to/intermediate-ca.crt -out cert-export.pfx
This will create a file on the F5 called filename.pfx.
- Ahmadj_283318
Nimbostratus
Thank you
Recent Discussions
Related Content
* 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