# Functions
CreateClientConfig creates a new tls.Config for use by a client.
CreateServerConfig creates a new tls.Config for use by a server.
GenerateCACert generates a new CA certificate and returns the cert and key as PEM-encoded bytes.
GenerateCert generates a new x509 certificate and returns the cert and key as PEM-encoded bytes.
No description provided by the author
GenerateSelfSignedCert generates a new self-signed certificate and returns the cert and key as PEM-encoded bytes.
GenerateSelfSignedCertIPSAN generates a new self-signed certificate and returns the cert and key as PEM-encoded bytes.
# 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
# Type aliases
MTLSState indicates whether mutual TLS is enabled or disabled.