# Functions
EnsureCertAndKey checks if both client certificate and key paths are provided.
No description provided by the author
No description provided by the author
LoadX509KeyPair - load an X509 key pair (private key , certificate) from the provided paths.
MkdirAllIgnorePerm attempts to create all directories, ignores any permission denied errors.
No description provided by the author
ParsePublicCertFile - parses public cert into its *x509.Certificate equivalent.
# Constants
Directory contains all CA certificates other than system defaults for HTTPS.
Directory contains below files/directories for HTTPS configuration.
Default minio configuration directory where below configuration files/directories are stored.
EnvCertPassword is the environment variable which contains the password used to decrypt the TLS private key.
Private key file for HTTPS.
Public certificate file for HTTPS.
# Variables
DefaultCertsCADir CA directory.
DefaultCertsDir certs directory.
GlobalCertsCADir points to relative Path to certs directory and is <value-of-certs-dir>/CAs.
GlobalCertsDir points to current certs directory set by user with --certs-dir.