cas

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package cas is a wrapper for the Google Cloud Private certificate authority service API

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer

type Signer interface {
	// Sign signs a CSR and returns a cert and chain
	Sign([]byte, time.Duration) ([]byte, []byte, error)
}

A Signer is an abstraction of a certificate authority

func NewSigner

func NewSigner(ctx context.Context, spec *v1alpha1.GoogleCASIssuerSpec, client client.Client, namespace string) (Signer, error)

Jump to

Keyboard shortcuts

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