[Solved] Mattermost expired certificate error

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.