How To Install Free SSL Certificate on DigitalOcean With Apache2 Debian?

Install Free SSL Certificate on DigitalOcean With Apache2

Follow the below step by step guide about how to install a free ssl certificate on digital ocean with apache2 on Debian OS. After going through the below guide, you will be able to install a free SSL certificates on any linux operating system using commands. So lets start now:

STEP 1:  Update your server

First step is to update your sever, even if its already updated,  you can still execute this command.
apt-get update

STEP 2:  Install Apache2, if not already installed

Now install apache2 on your server, you can still execute the command, if its already installed on your server. Nothing will be changed.
apt-get install apache2

STEP 3: Add Repository for ppa:certbot

Execute the below command to add repository for the certbot.
add-apt-repository ppa:certbot/certbot
On executing the above command, if you see “add-apt-repository command not found”, then execute the below command:
For complete guide, follow the below article. That will provide you full explanation with issue fixings that might occur while your installation.

No comments:

Powered by Blogger.