package
0.0.0-20240301233439-3590967ac2be
Repository: https://github.com/nvidia/proxyfs.git
Documentation: pkg.go.dev
# Functions
GenCACert is called to generate a Certificate Authority using the requested generateKeyAlgorithm for the specified subject who's validity last for the desired ttl starting from time.Now().
GenEndpointCert is called to generate a Certificate using the requested generateKeyAlgorithm for the specified subject who's validity lasts for the desired ttl starting from time.Now().
# Constants
CertificateSerialNumberRandomBits is the number of bits that will be randomly generated for a certificate's SerialNumber.
GeneratedFilePerm is the permission bits that, after the application of umask, will specify the mode of the created cert|key files.
GenerateKeyAlgorithmEd25519 selects the Ed25519 signature algorithm.
GenerateKeyAlgorithmRSA selects the RSA signature algorithm.
GenerateKeyAlgorithmRSABits is the number of bits that will be used if GenerateKeyAlgorithmRSA is selected.