[2020] How to add certbot and install ssl https certificate to Digital ocean WordPress droplet
Learn how to install free lets encrypt ssl certificate for your digital ocean wordpress droplet.
To watch how to install wordpress on digital ocean for free –
Referral link for free $100 digital ocean credit : –
Buy domain name –
Important Update: 7:38 Please select Option 1 and not redirect http traffic. In wordpress you can use other plugin to achieve the same function. Learn how to install free lets encrypt ssl certificate for your digital ocean wordpress droplet.
Step 1 – Install Letsencrypt CertBot
First, add the repository:
sudo add-apt-repository ppa:certbot/certbot
You’ll need to press ENTER to accept. Afterwards, update the package list to pick up the new repository’s package information:
sudo apt-get update
And finally, install Certbot from the new repository with apt-get:
sudo apt-get install python-certbot-apache
The certbot Let’s Encrypt client is now ready to use.
Step 2 — Set Up the SSL Certificate
sudo certbot –apache -d example.com
Step 3 – Verifying Certbot Auto-Renewal
sudo certbot renew –dry-run
Music: None
All rights reserved. Do not copy without permission.
source