Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
Store *storage.Filesystem
}
Generator wraps the storage backend to allow for re-using private keys when re-issuing a certificate. It generates 2048-bit RSA private keys.
func (*Generator) KeyForMetadata ¶
KeyForMetadata generates a 2048-bit RSA private key, or returns an existing one if the reuse private key attribute is present.
Click to show internal directories.
Click to hide internal directories.