certleaf

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoNothing

func DoNothing()

Types

type CertChainParams

type CertChainParams struct {
	SelfCert bool   `form:"self_cert"` // Show your certificate
	SN       string `form:"sn"`
	AKI      string `form:"aki"`
}

type LeafCert

type LeafCert struct {
	IssuerCert *LeafCert `json:"issuer_cert"`
	*schema.FullCert
}

func GetLeafCert

func GetLeafCert(cert *x509.Certificate) (*LeafCert, error)

type Logic

type Logic struct {
	// contains filtered or unexported fields
}

func NewLogic

func NewLogic() *Logic

func (*Logic) CertChain

func (l *Logic) CertChain(params *CertChainParams) (*LeafCert, error)

CertChain

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL