v.22.6New Feature

showCertificate Function Displays Current Server's SSL Certificate

showCertificate function shows current server's SSL certificate. #37540 (Yakov Olkhovskiy).
showCertificate function reveals the current server's SSL certificate.

Why it matters

This feature allows users to inspect the SSL certificate used by the ClickHouse server, aiding in troubleshooting and verifying SSL configurations and security settings.

How to use it

Execute the function using the query:
SELECT showCertificate()
which returns the server's SSL certificate details.