mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Cleanup
This commit is contained in:
parent
1a1ce7edcf
commit
d2e2baa927
2 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue