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
+1 -1
View File
@@ -269,7 +269,7 @@ challenges: HTTP and DNS, represented by classes in `acme.challenges`.
An authenticator plugin should implement support for at least one challenge type.
An Authenticator indicates which challenges it supports by implementing
`get_chall_pref(domain)` to return a sorted list of challenge types in
`get_chall_pref(identifier)` to return a sorted list of challenge types in
preference order.
An Authenticator must also implement `perform(achalls)`, which "performs" a list