package
Version:
v1.6.5
Opens a new window with list of versions in this module.
Published: Mar 5, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 77
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.