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 webpage details the `SslConfig` class, which is used to manage SSL configuration information within the `Google.Cloud.CloudDms.V1` namespace and is part of the Google.Cloud.CloudDms.V1.dll assembly."],["The `SslConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used in protocol buffer management."],["The class includes properties to handle SSL certificates such as `CaCertificate`, `ClientCertificate`, and `ClientKey`, as well as an `SslType` to define the ssl config type."],["There are multiple versions available, including version 2.5.0 as the latest, with various earlier iterations such as 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["The SslConfig class has two constructors, a default constructor and one that takes another SslConfig object as a parameter to create a new SslConfig object."]]],[]]