package genkey

import "github.com/cloudflare/cfssl/cli/genkey"

Package genkey implements the genkey command.

Index

Variables

var Command = &cli.Command{UsageText: genkeyUsageText, Flags: genkeyFlags, Main: genkeyMain}

Command assembles the definition of Command 'genkey'

Functions

func Validator

func Validator(req *csr.CertificateRequest) error

Validator does nothing and will never return an error. It exists because creating a csr.Generator requires a Validator.

Source Files

genkey.go

Version
v1.4.0-rc1
Published
Oct 30, 2019
Platform
js/wasm
Imports
5 packages
Last checked
1 minute ago

Tools for package owners.