Centos 7 Sunucularda nginx ile Let’s Encrypt SSL Sertifikası Kurulumu

How To Secure Nginx with Let’s Encrypt on CentOS 7

yum install epel-release

yum install certbot-nginx

certbot --nginx -d example.com -d www.example.com

nano /var/spool/cron/root

0 0 * * 0 /usr/bin/certbot renew --quiet

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir