Add CLI flag --ip-address (#10495)

Co-authored-by: ohemorange <ebportnoy@gmail.com>
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Jacob Hoffman-Andrews
2026-01-16 13:23:41 -08:00
committed by GitHub
co-authored by ohemorange Brad Warren
parent 1ea35193ab
commit 58724f68ec
31 changed files with 186 additions and 53 deletions
@@ -2442,7 +2442,7 @@ class ApacheConfigurator(common.Configurator):
###########################################################################
# Challenges Section
###########################################################################
def get_chall_pref(self, unused_domain: str) -> Sequence[type[challenges.HTTP01]]:
def get_chall_pref(self, unused_identifier: str) -> Sequence[type[challenges.HTTP01]]:
"""Return list of challenge preferences."""
return [challenges.HTTP01]