Monday, July 16, 2018

Using an existing CSR in Let's Encrypt

I recently needed to get an SSL certificate for a site whose hosting provider generates the CSR. I use Let's Encrypt to get free SSL certificates. I was happy to find that the Certbot client is easily able to request certificates based on a CSR:

certbot certonly -d example.com --csr /path/to/file.csr

No comments:

Post a Comment