2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: validateSSLClientConfig
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/security/ssl/validatesslclientconfig
|
|
|
|
---
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
# Validate SSL Client Config
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
*OpenMetadata Client configured to validate SSL certificates.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`caCertificate`** *(string, format: password)*: The CA certificate used for SSL validation.
|
|
|
|
- **`sslCertificate`** *(string, format: password)*: The SSL certificate used for client authentication.
|
|
|
|
- **`sslKey`** *(string, format: password)*: The private key associated with the SSL certificate.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|