//
pkg.gl
Category
github.com/cloudflare/cfssl
signer
universal
package
1.6.5
Repository:
https://github.com/cloudflare/cfssl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
20
Files
175 SLOC
#
Functions
NewSigner
NewSigner generates a new certificate signer from a Root structure.
PrependLocalSignerToList
PrependLocalSignerToList prepends signer to the local signer's list.
#
Structs
Root
Root is used to define where the universal signer gets its public certificate and private keys for signing.
Signer
Signer represents a universal signer which is both local and remote to fulfill the signer.Signer interface.