mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
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:
co-authored by
ohemorange
Brad Warren
parent
1ea35193ab
commit
58724f68ec
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user