Documentation ¶
Index ¶
- func Debug(ns string, msg string)
- func Decode(pemEncoded []byte, pemEncodedPub []byte) (*ecdsa.PrivateKey, *ecdsa.PublicKey)
- func Encode(privateKey *ecdsa.PrivateKey, publicKey *ecdsa.PublicKey) (string, string)
- func Error(ns string, err error)
- func Info(ns string, msg string)
- func IssueNewCertificate(ctx context.Context, args ...interface{}) error
- type Issuer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IssueNewCertificate ¶
IssueNewCertificate is
Types ¶
type Issuer ¶
type Issuer struct { Email string Registration *registration.Resource // contains filtered or unexported fields }
Issuer is
func (Issuer) GetRegistration ¶
func (i Issuer) GetRegistration() *registration.Resource
GetRegistration is
Click to show internal directories.
Click to hide internal directories.