certificate

package
v1.23.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Certificate

type Certificate struct {
	Subject            Name      `json:"subject,omitempty"`
	Issuer             Name      `json:"issuer,omitempty"`
	SerialNumber       string    `json:"serial_number,omitempty"`
	SANs               []string  `json:"sans,omitempty"`
	NotBefore          time.Time `json:"not_before"`
	NotAfter           time.Time `json:"not_after"`
	SignatureAlgorithm string    `json:"sigalg"`
	AKI                string    `json:"authority_key_id"`
	SKI                string    `json:"subject_key_id"`
	RawPEM             string    `json:"pem"`
}

nolint: tagliatelle

func ParseCertInfo

func ParseCertInfo(certPEM []byte) (*Certificate, error)

type Name

type Name struct {
	CommonName         string                       `json:"common_name,omitempty"`
	SerialNumber       string                       `json:"serial_number,omitempty"`
	Country            string                       `json:"country,omitempty"`
	Organization       string                       `json:"organization,omitempty"`
	OrganizationalUnit string                       `json:"organizational_unit,omitempty"`
	Locality           string                       `json:"locality,omitempty"`
	Province           string                       `json:"province,omitempty"`
	StreetAddress      string                       `json:"street_address,omitempty"`
	PostalCode         string                       `json:"postal_code,omitempty"`
	Names              []pkix.AttributeTypeAndValue `json:"names,omitempty"`
	ExtraNames         []pkix.AttributeTypeAndValue `json:"extra_names,omitempty"`
}

nolint: tagliatelle

func ParseName

func ParseName(name pkix.Name) Name

Jump to

Keyboard shortcuts

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