debian,

Install Certbot on Debian 12

Aug 02, 2023 · 1 min read · Post a comment

Certbot can be easily installed on Debian 12.

Prerequisites

  • Debian 12
  • sudo privileges

Install Certbot on Debian 12

Step 1. Update the packages.

sudo apt update

Step 2. Install Certbot.

sudo apt install certbot python3-certbot-apache

Step 3. Verify the installation.

sudo certbot --apache

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.