package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

GetCA retrieves the pool of CA certificates from the system and the specified file.
ParseTLSOptions returns a slice of TLS configuration to try, based on the sslmode specified in the connection URL The returned slice must contain at least one element.
TLSConfig loads the certificate and key from disk, to generate a self-signed localhost certificate, or to return nil if TLS has been disabled.

# Structs

Config stores the TLS parameters passed via command line options.