Category: IIS

Exporting SSL Certificates from an F5 to IIS

This should work to export from Linux/Apache to IIS as well, but I haven’t tested it. Certainly, the paths will be different.  Essentially, you just need to run the following at the command line on the F5:  Openssl pkcs12 -export -out file.p12 -inkey /config/ssl/ssl.key/<domainname>.key -in /config/ssl/ssl.crt/<domainname>.crt  where <domainname> is the name of the certificate you want to …

Continue reading