mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Cleanup
This commit is contained in:
@@ -126,6 +126,7 @@ class Proxy(configurators_common.Proxy):
|
||||
return self._test_names
|
||||
else:
|
||||
return {"example.com"}
|
||||
|
||||
def deploy_cert(self, domain, cert_path, key_path, chain_path=None):
|
||||
"""Installs cert"""
|
||||
cert_path, key_path, chain_path = self.copy_certs_and_keys(
|
||||
|
||||
@@ -35,6 +35,7 @@ def create_le_config(parent_dir):
|
||||
|
||||
return argparse.Namespace(**config) # pylint: disable=star-args
|
||||
|
||||
|
||||
def extract_configs(configs, parent_dir):
|
||||
"""Extracts configs to a new dir under parent_dir and returns it"""
|
||||
config_dir = os.path.join(parent_dir, "configs")
|
||||
|
||||
Reference in New Issue
Block a user