Setting up SSL Certificate for Connecting ClickHouse

Original Slack Thread

Good afternoon. I want to connect clickhouse and there it is required to specify a certificate for connection. Which container should I roll the certificate into or can I do it differently? “ssl_certificate:”
source:
type: clickhouse
config:
username: your_username
password: your_password
database: your_database_name
host_port: your_clickhouse_host:port
secure: true
ca_certs: path/to/your/ca_certificate.crt
ssl_certificate write how url

ca_certs
  extra fields not permitted (type=value_error.extra)```

datahub-actions

ca_certs is it currently supported by clichouse?