mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
refactor: group flag names related to certificates
This commit is contained in:
parent
0ef06af1a5
commit
67811eaa2a
1 changed files with 5 additions and 1 deletions
|
|
@ -65,11 +65,15 @@ const (
|
|||
flgKeyType = "key-type"
|
||||
flgHTTPTimeout = "http-timeout"
|
||||
flgTLSSkipVerify = "tls-skip-verify"
|
||||
flgCertTimeout = "cert.timeout"
|
||||
flgOverallRequestLimit = "overall-request-limit"
|
||||
flgUserAgent = "user-agent"
|
||||
)
|
||||
|
||||
// Flag names related to certificates.
|
||||
const (
|
||||
flgCertTimeout = "cert.timeout"
|
||||
)
|
||||
|
||||
// Flag names related to the network stack.
|
||||
const (
|
||||
flgIPv4Only = "ipv4only"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue