Difference between revisions of "Setup SSL"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[https://www.linode.com/docs/guides/enabling-https-using-certbot-with-apache-on-ubuntu/ Linode Doc] | [https://www.linode.com/docs/guides/enabling-https-using-certbot-with-apache-on-ubuntu/ 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 |
Revision as of 17:13, 14 April 2022
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