Update the Snap application, which is used to download application bundles. Snap comes pre-installed on Ubuntu 22.04.
sudo snap install core && sudo snap refresh core
Remove the default Ubuntu Certbot installation.
sudo apt remove certbot
Install Certbot.
sudo snap install --classic certbot
Download a certificate for the domain using certbot
sudo certbot --apache
Enter domain name when asked eg: isaackumi.com
Top comments (0)