Removed option.

see #554
This commit is contained in:
Antoine Nguyen
2024-05-16 14:21:54 +02:00
parent 271add9b6e
commit 917bd7382b
4 changed files with 3 additions and 11 deletions

View File

@@ -162,10 +162,6 @@ fi
def get_backend(config):
"""Return the appropriate backend."""
cert_type = config.get("certificate", "type")
condition = (not config.getboolean("certificate", "generate") and
cert_type != "manual")
if condition:
return None
if cert_type == "letsencrypt":
return LetsEncryptCertificate(config)
if cert_type == "manual":