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."],["The `SslConfig` class is used to manage SSL configuration information for database migrations, and has been implemented with the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CaCertificate`, `ClientCertificate`, `ClientKey`, and `Type`, allowing users to define SSL configurations such as CA certificates, client certificates, and client keys."],["The documentation provides a list of available versions for `SslConfig` class ranging from version 1.0.0 up to the latest version, 2.5.0."],["The latest version of `SslConfig` class is 2.5.0, and the current page you are viewing represents version 2.1.0 of this class, and this class has methods such as `SslConfig()` and `SslConfig(SslConfig other)`."]]],[]]