For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

KOR_28_183115's avatar
KOR_28_183115
Icon for Nimbostratus rankNimbostratus
Jun 14, 2015

How to convert SSL certificat .CRT to PK12 for the IIS server

Hi All,

 

can you support please

 

we have certificat on BIGIP .CRT and we need to convert it PK12 for to setup it on IIS server

 

thank you in advance all

 

Br,

 

10 Replies

    • KOR_28_183115's avatar
      KOR_28_183115
      Icon for Nimbostratus rankNimbostratus
      Hi Shaggy tahank you for you promt reply my certificat is .CER and .CRT [root@Big-Ip2:Active:In Sync] myssl openssl pkcs12 -export -out cer.pfx -inkey privateKey.key -in cert.crt -certfile CACert.crt Error opening input file cert.crt cert.crt: No such file or directory [root@Big-Ip2:Active:In Sync] myssl openssl pkcs12 -export -out cer.pfx -inkey privateKey.key -in cert.cer -certfile CACert.cer Error opening private key privateKey.key 46942426356864:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('privateKey.key','r') 46942426356864:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400: unable to load private key [root@Big-Ip2:Active:In Sync] myssl thank you
    • KOR_28_183115's avatar
      KOR_28_183115
      Icon for Nimbostratus rankNimbostratus
      How About this command https://flinchbot.wordpress.com/2008/04/02/exporting-ssl-certificates-from-an-f5-to-iis/ Openssl pkcs12 -export -out file.p12 -inkey /config/ssl/ssl.key/.keyconfig/ssl/ssl.crt/.crt
    • nitass's avatar
      nitass
      Icon for Employee rankEmployee
      i think the error is about key file (privateKey.key) rather than the command.
    • KOR_28_183115's avatar
      KOR_28_183115
      Icon for Nimbostratus rankNimbostratus
      Hi Shaggy tahank you for you promt reply my certificat is .CER and .CRT [root@Big-Ip2:Active:In Sync] myssl openssl pkcs12 -export -out cer.pfx -inkey privateKey.key -in cert.crt -certfile CACert.crt Error opening input file cert.crt cert.crt: No such file or directory [root@Big-Ip2:Active:In Sync] myssl openssl pkcs12 -export -out cer.pfx -inkey privateKey.key -in cert.cer -certfile CACert.cer Error opening private key privateKey.key 46942426356864:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('privateKey.key','r') 46942426356864:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400: unable to load private key [root@Big-Ip2:Active:In Sync] myssl thank you
    • KOR_28_183115's avatar
      KOR_28_183115
      Icon for Nimbostratus rankNimbostratus
      How About this command https://flinchbot.wordpress.com/2008/04/02/exporting-ssl-certificates-from-an-f5-to-iis/ Openssl pkcs12 -export -out file.p12 -inkey /config/ssl/ssl.key/.keyconfig/ssl/ssl.crt/.crt
    • nitass's avatar
      nitass
      Icon for Employee rankEmployee
      i think the error is about key file (privateKey.key) rather than the command.