go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
405 stars 43 forks source link

Renew let's encrypt SSL certificate #9

Closed tonygaetani closed 7 years ago

tonygaetani commented 7 years ago

It looks like the get-release.xyz SSL certificate expired today. It can easily be renewed with certbot-auto renew (there is a --dry-run option if you want to try it out).

ssl error

christophwitzko commented 7 years ago

@tonygaetani Thank you so much for reporting. It looks like my auto-renew process had some issues restarting nginx. Should be fixed by now. 🙏

tonygaetani commented 7 years ago

@christophwitzko no problem! Maybe this is how you're doing it, but you can reload your nginx config by sending a HUP signal to the master: sudo pkill --signal HUP nginx or equivalent. I always loved that feature of nginx so just thought I'd share 🙂