util

package
v0.2.4 Latest Latest
Warning

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

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

Documentation

Overview

Package util provides helper functions for the signer.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertConfigs

type CertConfigs struct {
	MacOSKeychain MacOSKeychain `json:"macos_keychain"`
}

CertConfigs is a container for various ECP Configs.

type EnterpriseCertificateConfig

type EnterpriseCertificateConfig struct {
	CertConfigs CertConfigs `json:"cert_configs"`
}

EnterpriseCertificateConfig contains parameters for initializing signer.

func LoadConfig

func LoadConfig(configFilePath string) (config EnterpriseCertificateConfig, err error)

LoadConfig retrieves the ECP config file.

type MacOSKeychain

type MacOSKeychain struct {
	Issuer string `json:"issuer"`
}

MacOSKeychain contains parameters describing the certificate to use.

Jump to

Keyboard shortcuts

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