sshca

package
v0.0.0-...-05f333e Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package sshca is the actual writing end of the sshtrustedca pipeline.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Close

func Close()

Close finishes the sshca module, deallocating everything allocated with Init().

func Init

func Init()

Init initializes the sshca's event handler callback.

Types

type Certificates

type Certificates struct {
	Certs []TrustedCert `json:"trustedCertificateAuthorities"`
}

Certificates wrapps a list of certificate authorities.

type TrustedCert

type TrustedCert struct {
	PublicKey string `json:"publicKey"`
}

TrustedCert defines the object containing a public key.

Jump to

Keyboard shortcuts

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