setup/doc/certbot.md

738 B

Source

How To Secure Apache with Let's Encrypt on Debian 11

Use Certbot to Enable HTTPS with Apache on Debian

Certbot Instructions

Setup Certbot

  • remove certbot-auto and any Certbot OS packages
sudo apt remove certbot
  • install Certbot
sudo apt install snapd --no-install-recommends
sudo snap install core
sudo snap refresh core
sudo snap install --classic certbot
  • prepare the Certbot command
sudo ln -s /snap/bin/certbot /usr/bin/certbot