yum install certbot python2-certbot-nginx
letsencrypt run -d domain.ro -d www.domain.ro
30 5 * * * /usr/bin/letsencrypt renew --cert-name domain.ro --post-hook "/bin/systemctl restart nginx" --quiet
yum install certbot python2-certbot-nginx
letsencrypt run -d domain.ro -d www.domain.ro
30 5 * * * /usr/bin/letsencrypt renew --cert-name domain.ro --post-hook "/bin/systemctl restart nginx" --quiet