cas

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 16 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(csr []byte, expiry time.Duration) (cert []byte, ca []byte, err error)
}

A Signer is an abstraction of a certificate authority

func NewSigner

func NewSigner(ctx context.Context, spec *v1beta1.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