Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database
server's certificate. The replica will use this certificate to verify
it's connecting to the right host.
Input only. The x509 PEM-encoded certificate that will be used by the replica to
authenticate against the source database server.If this field is used then
the 'client_key' field is mandatory.
Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
the Client Certificate. If this field is used then the 'client_certificate'
field is mandatory.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document outlines the `SslConfig` class, which is used to manage SSL configuration information within the `Google.Cloud.CloudDms.V1` namespace, and is available in multiple versions, with version 2.5.0 being the latest."],["The `SslConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors, a default one `SslConfig()` and another `SslConfig(SslConfig other)` for copying existing configurations."],["Key properties of the `SslConfig` class include `CaCertificate`, `ClientCertificate`, `ClientKey`, and `Type`, which manage the CA certificate, client certificate, client private key, and SSL configuration type, respectively."],["The CaCertificate is needed for the replica to verify it is connecting to the right host, and if either the Client Certificate or the Client Key is populated, the other becomes mandatory."]]],[]]