# Functions
CreateCAPair creates a general CA certificate and associated key.
CreateClientPair creates a node key and certificate.
CreateNodePair creates a node key and certificate.
No description provided by the author
# Constants
The following constants are used to run the crdb binary.
CAPem describes the main CA certificate.
The following constants are used to run the crdb binary.
The following constants are used to run the crdb binary.
ClientCAPem describes the CA certificate used to verify client certificates.
ClientPem describes a client certificate.
The following constants are used to run the crdb binary.
The following constants are used to run the crdb binary.
The following constants are used to run the crdb binary.
The following constants are used to run the crdb binary.
NodePem describes the server certificate for the node, possibly a combined server/client certificate for user Node if a separate 'client.node.crt' is not present.
TenantClientCAPem describes the CA certificate used to broker authN/Z for SQL tenants wishing to access the KV layer.
TenantClientPem describes a SQL tenant client certificate.
UICAPem describes the CA certificate used to verify the Admin UI server certificate.
UIPem describes the server certificate for the admin UI.
# Structs
SQLUsername is used to define the username created in the client certificate.
# Type aliases
PemUsage indicates the purpose of a given certificate.