Note:- SSL Will Be Valid For 3 Months
Step 1) Install Snapd Package Installer Tool.
sudo apt update
sudo apt install snapd
sudo apt install core; sudo snap refresh core
Step 2) Install Certbot Package.
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
Step 3) Install SSL Cert Certificates, and fill the requirement details.
- For Apache WebServer
sudo certbot --apache
- For Nginx WebServer
No comments:
Post a Comment
testing