Skip to content

Add support for a user-defined Certificate Authority (CA) in asynchronous replication #21353

@CyberROFL

Description

@CyberROFL

Add new option — CA_CERT. Example:

CREATE ASYNC REPLICATION test FOR table AS replicated WITH (
    CONNECTION_STRING = 'grpcs://...', CA_CERT = '-----BEGIN CERTIFICATE-----...'
);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions