Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadClientCert ¶
func LoadClientCert(flags *pflag.FlagSet) (*tls.Certificate, error)
LoadClientCert parses the command line flags to load a TLS client certificate.
func LoadCoordinatorCachedCert ¶
func LoadCoordinatorCachedCert(flags *pflag.FlagSet, fs afero.Fs) (root, intermediate *x509.Certificate, err error)
LoadCoordinatorCachedCert loads a cached Coordinator certificate.
func SaveCoordinatorCachedCert ¶
func SaveCoordinatorCachedCert(flags *pflag.FlagSet, fs afero.Fs, root, intermediate *x509.Certificate) error
SaveCoordinatorCachedCert saves the Coordinator's certificate to a cert cache.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.