Convert Apache/OpenSSL HTTPS Certificate to IIS
How do I export my KEY file from Apache for use with Microsofts IIS?
The following command will convert your Apache Key file to one that Microsoft IIS can recognise:
openssl rsa -in ApacheKeyFileName.key -out IISKeyFileName.key -outform NET
Subscribe via RSS