Problem solved with:
sudo /root/letsencrypt/letsencrypt-auto certonly --standalone \
--reinstall -d <server name> && sudo service nginx reload
Also updated crontab with crontab -e
with the same line run monthly.
Problem solved with:
sudo /root/letsencrypt/letsencrypt-auto certonly --standalone \
--reinstall -d <server name> && sudo service nginx reload
Also updated crontab with crontab -e
with the same line run monthly.