Revert "Add a global lock file to Certbot (#4369)" (#4445)

This reverts commit 32122cfa21.
This commit is contained in:
Brad Warren
2017-03-30 15:47:31 -07:00
committed by GitHub
parent d09bde972a
commit a542fcd019
8 changed files with 2 additions and 121 deletions
-3
View File
@@ -222,9 +222,6 @@ class IConfig(zope.interface.Interface):
key_dir = zope.interface.Attribute("Keys storage.")
temp_checkpoint_dir = zope.interface.Attribute(
"Temporary checkpoint directory.")
lock_path = zope.interface.Attribute(
"Path to the lock file used to prevent multiple instances of "
"Certbot from modifying your server's configuration at once.")
no_verify_ssl = zope.interface.Attribute(
"Disable verification of the ACME server's certificate.")