app

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

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

func NewApp

func NewApp(cfg *AppConfig) (*App, error)

func (*App) GetManufacturerCertificate

func (a *App) GetManufacturerCertificate() (r tls.Certificate, _ error)

func (*App) GetManufacturerCertificateAuthorities

func (a *App) GetManufacturerCertificateAuthorities() ([]*x509.Certificate, error)

func (*App) GetRootCertificateAuthorities

func (a *App) GetRootCertificateAuthorities() ([]*x509.Certificate, error)

type AppConfig

type AppConfig struct {
	RootCA       string
	Manufacturer *ManufacturerCerts
}

type ManufacturerCerts

type ManufacturerCerts struct {
	CA, Cert, CertKey string
}

Jump to

Keyboard shortcuts

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