credential

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EJBCACredential

type EJBCACredential struct {
	// Hostname to EJBCA server
	Hostname string `yaml:"hostname"`

	// Password used to protect key, if it's encrypted according to RFC 1423. Leave blank if private key
	// is not encrypted.
	KeyPassword    string `yaml:"keyPassword"`
	EJBCAUsername  string `yaml:"ejbcaUsername"`
	EJBCAPassword  string `yaml:"ejbcaPassword"`
	ClientCertPath string
	ClientKeyPath  string
}

func LoadCredential

func LoadCredential() (*EJBCACredential, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL