Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

William_98151's avatar
William_98151
Icon for Nimbostratus rankNimbostratus
Oct 09, 2017

SSL certificate export

how do I export ssl certificates for use in IIS

 

1 Reply

  • 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