Closed Saleh-Mumtaz closed 2 months ago
Hi Remove certbot
apt -y remove certbot python3-certbot-nginx
crontab -l | grep -v "certbot" | crontab -
Edit > nginx configs cd /etc/nginx/sites-available ls nano yoursite.com Edit Lines > ssl_certificate + ssl_certificate _key ctrl x > yes > save. nginx -s reload
Hi, thank you for your great script! Can you help me to instead of using Let's Encrypt Certs, use CF's origin certificates? Because they are valid for 15 years, and with proxy on, the renewal process will be distorted.