mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
@@ -88,7 +88,7 @@ LIVE_DIR = "live"
|
|||||||
TEMP_CHECKPOINT_DIR = "temp_checkpoint"
|
TEMP_CHECKPOINT_DIR = "temp_checkpoint"
|
||||||
"""Temporary checkpoint directory (relative to `IConfig.work_dir`)."""
|
"""Temporary checkpoint directory (relative to `IConfig.work_dir`)."""
|
||||||
|
|
||||||
RENEWAL_CONFIGS_DIR = "configs"
|
RENEWAL_CONFIGS_DIR = "renewal"
|
||||||
"""Renewal configs directory, relative to `IConfig.config_dir`."""
|
"""Renewal configs directory, relative to `IConfig.config_dir`."""
|
||||||
|
|
||||||
RENEWER_CONFIG_FILENAME = "renewer.conf"
|
RENEWER_CONFIG_FILENAME = "renewer.conf"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class BaseRenewableCertTest(unittest.TestCase):
|
|||||||
# TODO: maybe provide RenewerConfiguration.make_dirs?
|
# TODO: maybe provide RenewerConfiguration.make_dirs?
|
||||||
os.makedirs(os.path.join(self.tempdir, "live", "example.org"))
|
os.makedirs(os.path.join(self.tempdir, "live", "example.org"))
|
||||||
os.makedirs(os.path.join(self.tempdir, "archive", "example.org"))
|
os.makedirs(os.path.join(self.tempdir, "archive", "example.org"))
|
||||||
os.makedirs(os.path.join(self.tempdir, "configs"))
|
os.makedirs(os.path.join(self.tempdir, "renewal"))
|
||||||
|
|
||||||
config = configobj.ConfigObj()
|
config = configobj.ConfigObj()
|
||||||
for kind in ALL_FOUR:
|
for kind in ALL_FOUR:
|
||||||
|
|||||||
Reference in New Issue
Block a user