Self-Signed IIS SSL Certificates using OpenSSL
Gregs Uberfast version: Linux: openssl genrsa -des3 -out CA.key 1024openssl req -new -key CA.key -x509 -days 3650 -out CA.crtchmod 400 CA.keychmod 400 CA.crt (the above made a new CA, you want to install the crt into IE’s trusted certs.) Win: Make cert request in IIS – take to Lin. Linux: […]