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.6.5 (latest)
Published
Mar 5, 2024
Platform
linux/amd64
Imports
5 packages
Last checked
6 days ago

Tools for package owners.