Would it be possible to read TLS certificate from file and keep it in memory before dropping privileges? This would allow to keep the security of the certificate (actually the key) and is also what is done by webservers such as apache, nginx…
Thank you.