Categories
Software Technical

Generate a CSR using OpenSSL

Sometimes I generate a CSR to acquire an SSL cert from a public CA. Normally where I work I do this from a windows server.  For my personal knowledge I decided to  refresh myself on how to do this with OpenSSL. What’s OpenSSL? OpenSSL is an open-source implementation of the SSL and TLS protocols. To generate […]