flags

package
v5.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlgAcceptTOS = "accept-tos"
	FlgEmail     = "email"
	FlgKeyType   = "key-type"
	FlgAccountID = "account-id"
	FlgEAB       = "eab"
	FlgEABKID    = "eab.kid"
	FlgEABHMAC   = "eab.hmac"
)

Flag names related to the account.

View Source
const (
	FlgDomains                        = "domains"
	FlgCSR                            = "csr"
	FlgNoBundle                       = "no-bundle"
	FlgMustStaple                     = "must-staple"
	FlgNotBefore                      = "not-before"
	FlgNotAfter                       = "not-after"
	FlgPreferredChain                 = "preferred-chain"
	FlgProfile                        = "profile"
	FlgAlwaysDeactivateAuthorizations = "always-deactivate-authorizations"
)

Flag names related to Obtain certificates.

View Source
const (
	FlgPath      = "path"
	FlgEnvFile   = "env-file"
	FlgPEM       = "pem"
	FlgPFX       = "pfx"
	FlgPFXPass   = "pfx.password"
	FlgPFXFormat = "pfx.format"
)

Flag names related to the storage.

View Source
const (
	FlgServer              = "server"
	FlgEnableCommonName    = "enable-cn"
	FlgHTTPTimeout         = "http-timeout"
	FlgTLSSkipVerify       = "tls-skip-verify"
	FlgOverallRequestLimit = "overall-request-limit"
	FlgUserAgent           = "user-agent"
)

Flag names related to the ACME client.

View Source
const (
	FlgCertTimeout = "cert.timeout"
	FlgCertName    = "cert.name"
)

Flag names related to certificates.

View Source
const (
	FlgIPv4Only = "ipv4only"
	FlgIPv6Only = "ipv6only"
)

Flag names related to the network stack.

View Source
const (
	FlgHTTP              = "http"
	FlgHTTPAddress       = "http.address"
	FlgHTTPDelay         = "http.delay"
	FlgHTTPProxyHeader   = "http.proxy-header"
	FlgHTTPWebroot       = "http.webroot"
	FlgHTTPMemcachedHost = "http.memcached-host"
	FlgHTTPS3Bucket      = "http.s3-bucket"
)

Flag names related to HTTP-01 challenge.

View Source
const (
	FlgTLS        = "tls"
	FlgTLSAddress = "tls.address"
	FlgTLSDelay   = "tls.delay"
)

Flag names related to TLS-ALPN-01 challenge.

View Source
const (
	FlgDNS                      = "dns"
	FlgDNSPropagationWait       = "dns.propagation.wait"
	FlgDNSPropagationDisableANS = "dns.propagation.disable-ans"
	FlgDNSPropagationDisableRNS = "dns.propagation.disable-rns"
	FlgDNSResolvers             = "dns.resolvers"
	FlgDNSTimeout               = "dns.timeout"
)

Flag names related to DNS-01 challenge.

View Source
const (
	FlgDNSPersist                      = "dns-persist"
	FlgDNSPersistIssuerDomainName      = "dns-persist.issuer-domain-name"
	FlgDNSPersistPersistUntil          = "dns-persist.persist-until"
	FlgDNSPersistPropagationWait       = "dns-persist.propagation.wait"
	FlgDNSPersistPropagationDisableANS = "dns-persist.propagation.disable-ans"
	FlgDNSPersistPropagationDisableRNS = "dns-persist.propagation.disable-rns"
	FlgDNSPersistResolvers             = "dns-persist.resolvers"
	FlgDNSPersistTimeout               = "dns-persist.timeout"
)

Flag names related to the DNS-PERSIST-01 challenge.

View Source
const (
	FlgPreHook           = "pre-hook"
	FlgPreHookTimeout    = "pre-hook-timeout"
	FlgDeployHook        = "deploy-hook"
	FlgDeployHookTimeout = "deploy-hook-timeout"
	FlgPostHook          = "post-hook"
	FlgPostHookTimeout   = "post-hook-timeout"
)

Flags names related to hooks.

View Source
const (
	FlgLogLevel  = "log.level"
	FlgLogFormat = "log.format"
)

Flag names related to logs.

View Source
const (
	FlgRenewDays              = "renew-days"
	FlgRenewForce             = "renew-force"
	FlgARIDisable             = "ari-disable"
	FlgARIWaitToRenewDuration = "ari-wait-to-renew-duration"
	FlgReuseKey               = "reuse-key"
	FlgNoRandomSleep          = "no-random-sleep"
	FlgForceCertDomains       = "force-cert-domains"
)

Flag names related to the specific renew command.

View Source
const (
	FlgKeep   = "keep"
	FlgReason = "reason"
)

Flag names related to the specific revoke command.

View Source
const (
	FlgAccountOnly = "account-only"
)

Flag names related to the migrate command.

View Source
const (
	FlgConfig = "config"
)

Flag names related to the configuration file.

View Source
const (
	FlgFormatJSON = "json"
)

Flag names related to the list commands.

View Source
const (
	FlgPrivateKey = "private-key"
)

Flag names related to the specific run command.

Variables

This section is empty.

Functions

func CreateArchivesListFlags

func CreateArchivesListFlags() []cli.Flag

func CreateArchivesRestoreFlags

func CreateArchivesRestoreFlags() []cli.Flag

func CreateEnvFileFlag

func CreateEnvFileFlag() cli.Flag

func CreateKeyRolloverFlags

func CreateKeyRolloverFlags() []cli.Flag

func CreateListFlags

func CreateListFlags() []cli.Flag

func CreateMigrateFlags

func CreateMigrateFlags() []cli.Flag

func CreatePathFlag

func CreatePathFlag(forceCreation bool) cli.Flag

func CreateRecoverFlags

func CreateRecoverFlags() []cli.Flag

func CreateRegisterFlags

func CreateRegisterFlags() []cli.Flag

func CreateRenewFlags

func CreateRenewFlags() []cli.Flag

func CreateRevokeFlags

func CreateRevokeFlags() []cli.Flag

func CreateRootFlags

func CreateRootFlags() []cli.Flag

func CreateRunFlags

func CreateRunFlags() []cli.Flag

func RunFlagsValidation

func RunFlagsValidation(ctx context.Context, cmd *cli.Command) (context.Context, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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