cmdinstall

package
v0.0.0-...-7037a79 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package cmdinstall Created by RTT. Author: teocci@yandex.com on 2021-Sep-27

Index

Constants

View Source
const (
	Name  = "install"
	Short = "Install the local CA in the system trust store."
	Long  = `mkcert automatically creates and installs a local CA in the system root store, and generates locally-trusted certificates.`

	CRSName    = "csr"
	CRSShort   = ""
	CRSDesc    = "" /* 126-byte string literal not displayed */
	CRSDefault = ""

	CFName    = "cert-file"
	CFShort   = ""
	CFDesc    = "Customize the output paths."
	CFDefault = ""

	KFName    = "key-file"
	KFShort   = ""
	KFDesc    = "Customize the output paths."
	KFDefault = ""

	PFName    = "p12-file"
	PFShort   = ""
	PFDesc    = "Customize the output paths."
	PFDefault = ""

	IName    = "install"
	IShort   = "i"
	IDesc    = "Install the local CA in the system trust store."
	IDefault = false

	UName    = "uninstall"
	UShort   = "u"
	UDesc    = "Uninstall the local CA (but do not delete it)."
	UDefault = false

	PName    = "pkcs12"
	PShort   = ""
	PDesc    = "Generate a \".p12\" PKCS #12 file, also know as a \".pfx\" file,\n\tcontaining certificate and key for legacy applications."
	PDefault = false

	EName    = "ecdsa"
	EShort   = ""
	EDesc    = "Generate a certificate with an ECDSA key."
	EDefault = false

	CName    = "client"
	CShort   = "c"
	CDesc    = "Generate a certificate for client authentication."
	CDefault = false

	CAName    = "ca-root"
	CAShort   = ""
	CADesc    = "Print the CA certificate and key storage location."
	CADefault = false
)
View Source
const (
	VersionTemplate = "%s %s.%s\n"
	Version         = "v1.0"
	Commit          = "0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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