Let’s Encrypt’s Free SSL Certificate Renewal (Part II)
Want to learn how to encrypt you free SSP Certificate Renewal? Check out this tutorial to learn more about the SSL Certificate.
Join the DZone community and get the full member experience.
Join For FreeToday, I have renewed the "Let’s Encrypt’s Free SSL Certificate" that I installed on my WordPress blog site (https://www.techcartnow.com/) a few months back. In this article, I will share all the steps that I followed to renew that SSL Certificate.
Note: Part I is available here: Getting & Installing Free SSL Certificate on your site: Moving WordPress site to https using Let’s Encrypt’s Free SSL Certificate
Let’s Encrypt’s Free SSL Certificate Renewal
Step 1: Download Windows ACME Simple (WACS) – ACME client for Windows to use with Let’s Encrypt
Download link: win-acme.v1.9.10.1.zip
Step 2: Unzip and Run letsencrypt.exe (Run as Administrator): Press ‘R’ to renew scheduled SSL certificates.
Output:
SSL Certificate is saved to C:\Users\KK\AppData\Roaming\letsencrypt-win-simple\httpsacme-v01.api.letsencrypt.
org
as mentioned in output.
Installing the Renewed Free SSL Certificate
I am using the Linux-based web hosting for my blog and used the cPanel (control panel) for installing the SSL Certificate as explained below:
Step 1: Login to cPanel and Click “SSL/TLS” Under Security
Step 2: Click “Manage SSL sites” on the SSL/TLS Manager Page
Step 3: Under “Manage Installed SSL Websites” on the Manage SSL Hosts Page, Click on “Update Certificate”
Here:
Domain : www.techcartnow.com
Certificate: (CRT) : www.techcartnow.com-crt.pem
Private Key (KEY) : www.techcartnow.com-key.pem
Certificate Authority Bundle : (CABUNDLE): ca-www.techcartnow.com-crt.pem
Note: The Certificate, Private Key, and Certificate Authority Bundle are available in the C:\Users\KK\AppData\Roaming\letsencrypt-win-simple\httpsacme-v01.api.letsencrypt.
org
directory. After filling the details, click “Install Certificate." Boom…SSL Certificate is renewed. You can verify by clicking on “Certificate Details.”
Published at DZone with permission of Kapil Khandelwal, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments