Use Free SSL from Let’s Encrypt
Install in any server: sudo apt install certbot Then run this command: certbot -d clyde_bot.arifdev.com --manual --preferred-challenges dns certonly Then add the certificate to Nginx/Apache: # Nginx example listen 443;…