by GOC Blogger | Jul 20, 2021 | Blog, Technical
How to install Free SSL on Ubuntu Apache/Nginx using certbot? 1. Update repository for certbot installation# sudo add-apt-repository ppa:certbot/certbot 2. Install certbot package for Apache/Nginx# apt install python-certbot-apache //For Apache Webserver# apt...