package
Version:
v0.0.0-...-275fb30
Opens a new window with list of versions in this module.
Published: May 30, 2018
License: BSD-2-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package initca implements the HTTP handler for the CA initialization command
NewHandler returns a new http.Handler that handles request to
initialize a CA.
type NewCA struct {
Key string `json:"private_key"`
Cert string `json:"certificate"`
}
A NewCA contains a private key and certificate suitable for serving
as the root key for a new certificate authority.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.