
blog.kbarnes3.com
kbarnes3Self-signing certificates with OpenSSL, part 3. Now it’s time to make some certificates. In the same directory containing TestCA.key and TestCA.crt. Run the following commands. These commands assume you are creating a certificate for “subdomain.example.com”. Substitute this for your actual domain. Set RANDFILE=. .rnd. Set PATH=%PATH%;C: openssl bin. Openssl genrsa -out subdomain.example.com.key 4096. Openssl req -new -key subdomain.example.com.key -out subdomain.example.com.csr. This will create a certif...
http://blog.kbarnes3.com/