You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/zz_cli_help.toml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ OPTIONS:
74
74
--preferred-chain value If the CA offers multiple certificate chains, prefer the chain with an issuer matching this Subject Common Name. If no match, the default offered chain will be used.
75
75
--always-deactivate-authorizations value Force the authorizations to be relinquished even if the certificate request was successful.
76
76
--run-hook value Define a hook. The hook is executed when the certificates are effectively created.
77
+
--run-hook-timeout value Define the timeout for the hook execution. (default: 2m0s)
77
78
--help, -h show help
78
79
"""
79
80
@@ -98,6 +99,7 @@ OPTIONS:
98
99
--preferred-chain value If the CA offers multiple certificate chains, prefer the chain with an issuer matching this Subject Common Name. If no match, the default offered chain will be used.
99
100
--always-deactivate-authorizations value Force the authorizations to be relinquished even if the certificate request was successful.
100
101
--renew-hook value Define a hook. The hook is executed only when the certificates are effectively renewed.
102
+
--renew-hook-timeout value Define the timeout for the hook execution. (default: 2m0s)
101
103
--no-random-sleep Do not add a random sleep before the renewal. We do not recommend using this flag if you are doing your renewals in an automated way. (default: false)
102
104
--force-cert-domains Check and ensure that the cert's domain list matches those passed in the domains argument. (default: false)
0 commit comments