Reload the entire certificate chain when reloading certificates in ClickHouse.
Why it matters
This feature ensures that when certificates are reloaded, the complete chain of certificates is also reloaded, preventing issues that might arise from stale or incomplete certificate data. It improves security and reliability of encrypted connections by keeping the certificate chain up to date.How to use it
When performing a certificate reload in ClickHouse, the system will automatically reload the full certificate chain without extra user intervention. No additional configuration is needed to enable this behavior.