Skip to content

Commit

Permalink
Merge pull request #1631 from ClickHouse/fix-ssl-client-cert-example-…
Browse files Browse the repository at this point in the history
…config

Fix client ssl cert auth example config.
  • Loading branch information
justindeguzman authored Nov 3, 2023
2 parents d5cc77e + 0aa0b7c commit 74ceaf2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/en/guides/sre/user-management/ssl-user-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ For details on how to enable SQL users and set roles, refer to [Defining SQL Use

```xml
<openSSL>
<certificateFile>my_cert_name.crt</certificateFile>
<privateKeyFile>my_cert_name.key</privateKeyFile>
<caConfig>my_ca_cert.crt</caConfig>
<client>
<certificateFile>my_cert_name.crt</certificateFile>
<privateKeyFile>my_cert_name.key</privateKeyFile>
<caConfig>my_ca_cert.crt</caConfig>
</client>
</openSSL>
```

Expand Down

0 comments on commit 74ceaf2

Please sign in to comment.