openssl create certificate netscaler / fortigate from pfx IIS
- No Comments
- Jul, 17, 2014
- Angelo Schalley
- Certificates, Fortigate/Fortinet, Netscaler, Networking, security
use a linux distro off your choice or download the unix tools to a microsoft machine
openssl pkcs12 -in site.domain.com.pfx -nocerts -out site.domain.com.key.pem
openssl pkcs12 -in site.domain.com.pfx -clcerts -out site.domain.com.pem
openssl rsa -in site.domain.com.key.pem -out site.domain.com.server.key
Read more on openssl create certificate netscaler / fortigate from pfx IIS…