Ubuntu Bionic for OpenFrame
-
- Posts: 142
- Joined: Mon Jul 18, 2011 7:56 am
Re: Ubuntu Bionic for OpenFrame
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
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.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.
