kinnay / SMB35

An open source server for Super Mario Bros. 35
GNU Affero General Public License v3.0
181 stars 24 forks source link

Certificate expired #14

Closed mosh5382 closed 3 years ago

mosh5382 commented 3 years ago

Please renew the Let's Encrypt certificate for https://smb35.ymar.dev:20002 as it expired on July 18th.

kinnay commented 3 years ago

Thank you. The certificate is now valid until October 5th.

It would be better if the certificate was renewed automatically. That should be easy, because certbot renews the certificates automatically anyway. I'll keep this issue open to remind me to work on it.

InternalLoss commented 3 years ago

Thank you. The certificate is now valid until October 5th.

It would be better if the certificate was renewed automatically. That should be easy, because certbot renews the certificates automatically anyway. I'll keep this issue open to remind me to work on it.

Set a post-command hook in certbot config, to restart the server after the certificate itself gets updated.