diff --git a/docs/en/sql-reference/functions/other-functions.md b/docs/en/sql-reference/functions/other-functions.md index 17c4e6662fa..ba613b619be 100644 --- a/docs/en/sql-reference/functions/other-functions.md +++ b/docs/en/sql-reference/functions/other-functions.md @@ -3311,3 +3311,11 @@ Shows the current server's SSL certificate if it has been configured. ```sql showCertificate() ``` + +**Parameters** + +- None. + +**Returned value** + +- SSL certificate. [String](../../sql-reference/data-types/string.md).