Currently the SSL certificate is purchased and manually deployed to the leaf servers.
@Essency is working on a way to automate via kill -USR1 `cat ircd.pid` the /rehash SSL command.
Once this is done, find a way to:
- request via Let's Encrypt (DNS) a new certificate
- Confirm the SAN domains
- Add a post-renewal hook to copy the fullchain to each leaf
- rehash ircd ssl configuration to apply
Currently the SSL certificate is purchased and manually deployed to the leaf servers.
@Essency is working on a way to automate via
kill -USR1 `cat ircd.pid`the /rehash SSL command.Once this is done, find a way to: