Jul 18, 2023

Ubuntu : Install Let's Encrypt SSL in Apache 2

Install Let's Encrypt SSL Certificate in Apache 2 Server.

  1. sudo apt install certbot python3-certbot-apache
  2. sudo certbot --apache
  3. Type-in a valid email address.
  4. Terms and Conditions, type --> Y
  5. Marketing, type --> N
  6. Select domain.
Test Certbot Auto Renewal
  1. sudo certbot renew --dry-run

Check Certbot Auto Renewal Status
  1. sudo systemctl status certbot.timer

!!! HAPPY COMPUTING !!!

No comments:

Post a Comment