Documentation ¶
Overview ¶
Package configutil contains utility routines for the keymaster client.
Index ¶
- func GenKeyPair(privateKeyPath string, identity string, logger log.Logger) (privateKey crypto.Signer, publicKeyPath string, err error)
- func GenerateKey() (*rsa.PrivateKey, error)
- func GetHttpClient(tlsConfig *tls.Config, dialer net.Dialer) (*http.Client, error)
- func GetUserCreds(userName string) (password []byte, err error)
- func GetUserNameAndHomeDir() (userName, homeDir string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenKeyPair ¶
func GenKeyPair( privateKeyPath string, identity string, logger log.Logger) ( privateKey crypto.Signer, publicKeyPath string, err error)
GenKeyPair uses internal golang functions to be portable
func GenerateKey ¶
func GenerateKey() (*rsa.PrivateKey, error)
GenerateKey generates a random 2048 byte rsa key
func GetHttpClient ¶
GetHttpClient returns an http client instance to use given a particular TLS configuration.
func GetUserCreds ¶
GetUserCreds prompts the user for their password and returns it.
func GetUserNameAndHomeDir ¶ added in v1.15.2
GetUserNameAndHomeDir gets the user name and home directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.