I work with digicert® to get certificates. The way we get certificates sometimes requires me to convert the certificates, below is the process I use to get the formats for what I may need. This script assumes you have a directory with only the .csr file and the .zip file…
Tag: SSL
OpenSSL – Extract PFX Certificate & Update SSL Certificate
First this process doesn’t hack/crack the PFX you will need the password still. Scenario you have to update your SSL certificate but all you saved was your PFX file and know the password for it. You get prompted for the Import Password and if you have typed the correct one…
C# ASPX – Force SSL
Why would I need this? If you have a page that loads in HTTP (unsecure) and HTTPS (secure) you may have a need for this when requesting information on a form that involves private information. What is “Private” information Up to your discretion but a site (http://support.exware.com/ssl.html) that I found…