package
0.0.0-20241008160846-fe05e01c0f83
Repository: https://github.com/aerospike/tools-common-go.git
Documentation: pkg.go.dev

# Functions

LoadCACerts returns CA set of certificates (cert pool) reads CA certificate based on the certConfig and adds it to the pool.
LoadServerCertAndKey reads server certificate and associated key file based on certConfig and keyConfig returns parsed server certificate if the private key is encrypted, it will be decrypted using key file passphrase.
NewDefaultAerospikeConfig creates a new default AerospikeConfig instance.
No description provided by the author
No description provided by the author
NewTLSConfig returns a new TLSConfig that can later be used to create a tls.Config that can be passed to a go client.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AerospikeConfig represents the intermediate configuration for an Aerospike client.
No description provided by the author
TLSConfig is a struct that holds the TLS configuration for the client.

# Type aliases

No description provided by the author
No description provided by the author