mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:42:11 +02:00
Fix line-wrapped function indents.
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ class Proxy(configurators_common.Proxy):
|
|||||||
return {"example.com"}
|
return {"example.com"}
|
||||||
|
|
||||||
def deploy_cert(self, domain, cert_path, key_path, chain_path=None,
|
def deploy_cert(self, domain, cert_path, key_path, chain_path=None,
|
||||||
fullchain_path=None):
|
fullchain_path=None):
|
||||||
"""Installs cert"""
|
"""Installs cert"""
|
||||||
cert_path, key_path, chain_path = self.copy_certs_and_keys(
|
cert_path, key_path, chain_path = self.copy_certs_and_keys(
|
||||||
cert_path, key_path, chain_path)
|
cert_path, key_path, chain_path)
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ class NginxConfigurator(common.Plugin):
|
|||||||
|
|
||||||
# Entry point in main.py for installing cert
|
# Entry point in main.py for installing cert
|
||||||
def deploy_cert(self, domain, cert_path, key_path,
|
def deploy_cert(self, domain, cert_path, key_path,
|
||||||
chain_path, fullchain_path):
|
chain_path, fullchain_path):
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
"""Deploys certificate to specified virtual host.
|
"""Deploys certificate to specified virtual host.
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class Installer(common.Plugin):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
def deploy_cert(self, domain, cert_path, key_path,
|
def deploy_cert(self, domain, cert_path, key_path,
|
||||||
chain_path=None, fullchain_path=None):
|
chain_path=None, fullchain_path=None):
|
||||||
pass # pragma: no cover
|
pass # pragma: no cover
|
||||||
|
|
||||||
def enhance(self, domain, enhancement, options=None):
|
def enhance(self, domain, enhancement, options=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user