issue

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 30, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:  "issue",
	Usage: "Issue a new certificate or renew an existing certificate. Generates private key if needed.",
	Flags: structflags.MustPopulateFlagsFromStruct(localissue.Config{}),
	Action: func(c *cli.Context) error {
		return localissue.ActionImpl(Remote{}, c)
	},
}

Functions

This section is empty.

Types

type Remote added in v0.2.2

type Remote struct {
}

func (Remote) CASubject added in v0.2.2

func (Remote) CASubject(ctx context.Context, env *action.Environment) *dname.Config

func (Remote) EnsureCA added in v0.2.2

func (Remote) EnsureCA(ctx context.Context, env *action.Environment) error

func (Remote) Issue added in v0.2.2

func (Remote) Issue(ctx context.Context, env *action.Environment, pub crypto.PublicKey, cfg *issue.Config) ([]byte, error)

Jump to

Keyboard shortcuts

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