I'm working on primitive web-server application that uses Synapse (ssl_openssl3) for networking. It uses certificate to establish TLS connection. Web-server waits for webhooks, then save data to DB. Currently works under Windows, have plans to port to Linux, too. I want to check the certificate that I use (my server side) for expiration and start to log a warning few days before. I can not find appropriate functions in Synapse for that. Please advise the way how this can be done.