mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
move lock file path into CLI_CONSTANTS
This commit is contained in:
parent
3caf7b9ad0
commit
f61571bf0d
1 changed files with 1 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ CLI_DEFAULTS = dict(
|
|||
auth_cert_path="./cert.pem",
|
||||
auth_chain_path="./chain.pem",
|
||||
strict_permissions=False,
|
||||
lock_path="/tmp/.certbot.lock",
|
||||
)
|
||||
STAGING_URI = "https://acme-staging.api.letsencrypt.org/directory"
|
||||
|
||||
|
|
@ -109,6 +110,3 @@ FORCE_INTERACTIVE_FLAG = "--force-interactive"
|
|||
|
||||
EFF_SUBSCRIBE_URI = "https://supporters.eff.org/subscribe/certbot"
|
||||
"""EFF URI used to submit the e-mail address of users who opt-in."""
|
||||
|
||||
LOCK_FILE = "/tmp/.certbot.lock"
|
||||
"""Global lockfile to stop multiple Certbot instances from running at once."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue