Setup SSL

From rbachwiki
Revision as of 17:15, 14 April 2022 by Bacchas (talk | contribs)
Jump to navigation Jump to search

Linode Doc to setup SSL


Installing Snapd

If snapd is not installed, install it now.

sudo apt update
sudo apt install snapd

Install the core snap.

sudo snap install core
sudo snap refresh core

Installing Certbot

The next step is to install Certbot using the snap command.

Remove any previously installed certbot packages to avoid conflicts with the new Snap package.

sudo apt remove certbot

Use Snap to install Certbot.

sudo snap install --classic certbot

Configure a symbolic link to the Certbot directory using the ln command.

sudo ln -s /snap/bin/certbot /usr/bin/certbot