Share via


TlsConfigPatchDefinition interface

Parameters to authenticate using TLS config for OCI repository.

Properties

caCertificate

Base64-encoded CA certificate used to verify the server.

clientCertificate

Base64-encoded certificate used to authenticate a client with the OCI repository.

privateKey

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