Page 11 of 11

Re: Ubuntu Bionic for OpenFrame

Posted: Mon Nov 07, 2022 6:09 pm
by Paul Webster
I think nginx suppprts "reload" (sighup) to detect new certificate - so can use that rather than "restart" which would mean no down time and transactions in progress could complete.

Re: Ubuntu Bionic for OpenFrame

Posted: Wed Nov 16, 2022 2:26 pm
by roobarb!
Paul Webster wrote: Mon Nov 07, 2022 6:09 pm I think nginx suppprts "reload" (sighup) to detect new certificate - so can use that rather than "restart" which would mean no down time and transactions in progress could complete.
Ta, I now have certbot do this with a --post-hook, so if any certs are updated, they're reloaded automatically. Should have done that a long time ago, but I used to use wildcard certificates which require DNS confirmation, and there's no API hook for my provider. Well, none I wanted to play with anyway. :)