# Functions
FabricCertificateFilePath returns the path to the fabric CA file.
NewCLControlplaneCommand creates a *cobra.Command object with default parameters.
PeerCertificateFilePath returns the path to the peer certificate file.
PeerKeyFilePath returns the path to the peer private key file.
# Constants
CAFile is the path to the certificate authority file.
CertificateFile is the path to the certificate file.
FabricCertificateFile is the name of the fabric CA file.
KeyFile is the path to the private-key file.
NamespaceEnvVariable is the environment variable which should hold the clusterlink system namespace name.
PeerCertificateFile is the name to the peer certificate file.
PeerKeyFile is the name of the peer private-key file.
PeerTLSDirectory is the path to the directory holding the peer TLS certificates.
SystemNamespace represents the default clusterlink system namespace.