TLDR; To generate the certs, create a CSR file with the following: openssl genrsa -out domain.com.key 2048 openssl req -new -sha256 -key domain.com.key -out domain.com.cs Upload the contents of the CSR to your SSL certs provider (in my case, Com...
blog.heyadityak.com7 min read
No responses yet.