Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateDetails ¶
CertificateDetails details of the request
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client lambda PKI client
func (Client) RequestCertificate ¶
func (c Client) RequestCertificate(details CertificateDetails) (csrPEM []byte, keyPEM []byte, certPEM []byte, err error)
RequestCertificate Request a signed certificate
type Config ¶
type Config struct {
Lambda LambdaConfig
Name string
}
Config configures the lambada ca client
type NullLogger ¶
type NullLogger struct {
}
func (NullLogger) Crit ¶
func (n NullLogger) Crit(string)
func (NullLogger) Debug ¶
func (n NullLogger) Debug(string)
func (NullLogger) Emerg ¶
func (n NullLogger) Emerg(string)
func (NullLogger) Err ¶
func (n NullLogger) Err(string)
func (NullLogger) Info ¶
func (n NullLogger) Info(string)
func (NullLogger) Warning ¶
func (n NullLogger) Warning(string)
Click to show internal directories.
Click to hide internal directories.