Package version:

Parameters to authenticate using TLS config for OCI repository.

interface TlsConfigPatchDefinition {
    caCertificate?: string;
    clientCertificate?: string;
    privateKey?: string;
}

Properties

caCertificate?: string

Base64-encoded CA certificate used to verify the server.

clientCertificate?: string

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

privateKey?: string

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