From: Steinar H. Gunderson Date: Sun, 16 Apr 2023 11:08:16 +0000 (+0200) Subject: Small update for certbot in bookworm. X-Git-Url: https://git.sesse.net/?p=letsencrypt-varnish-plugin;a=commitdiff_plain;h=HEAD Small update for certbot in bookworm. --- diff --git a/varnish.py b/varnish.py index a1d1448..15ca475 100644 --- a/varnish.py +++ b/varnish.py @@ -4,7 +4,6 @@ import logging import re import subprocess -import zope.component import zope.interface from zope.interface import implementer, provider @@ -51,6 +50,10 @@ class Authenticator(common.Plugin): responses.append(self._perform_single(achall)) return responses + @classmethod + def add_parser_arguments(cls, add): + pass + def _perform_single(self, achall): # same path for each challenge response would be easier for # users, but will not work if multiple domains point at the