I have set CRL file in nginx with ssl_crl
directive:
ssl_crl /mypath/crl.pem
However, I noticed that adding or removing revoked certificates from crl.pem apply only when I restart or reload nginx server.
What is best practice for this? Reloading nginx configuration when crl.pem changes or something else?