TlsConfigPatchDefinition interface
Parameters to authenticate using TLS config for OCI repository.
Properties
| ca |
Base64-encoded CA certificate used to verify the server. |
| client |
Base64-encoded certificate used to authenticate a client with the OCI repository. |
| private |
Base64-encoded private key used to authenticate a client with the OCI repository. |
Property Details
caCertificate
Base64-encoded CA certificate used to verify the server.
caCertificate?: string
Property Value
string
clientCertificate
Base64-encoded certificate used to authenticate a client with the OCI repository.
clientCertificate?: string
Property Value
string
privateKey
Base64-encoded private key used to authenticate a client with the OCI repository.
privateKey?: string
Property Value
string