Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
Writer wraps the storage backend to allow access for writing data.
func (*Writer) WriteKeypair ¶
func (w *Writer) WriteKeypair(meta metadata.Metadata, key crypto.PrivateKey, chain []byte, ca []byte) error
WriteKeypair writes the given certificate, CA, and private key data to their respective file locations, according to the volume attributes. Also writes or updates the metadata file, including a calculated NextIssuanceTime.
Click to show internal directories.
Click to hide internal directories.