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 provides documentation for the `SslConfig` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0."],["The `SslConfig` class is used for defining SSL configuration information and inherits from `object`, while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CaCertificate`, `ClientCertificate`, and `ClientKey` for managing x509 PEM-encoded certificates and keys related to SSL connections."],["The `Type` property of the class indicates the SSL configuration type based on the provided client key, client certificate, and CA certificate, with possible types detailed in the `SslType` enum."],["The documentation also includes information about previous versions of the `SslConfig` class, starting from version 1.0.0 and up to the latest 2.5.0."]]],[]]