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
View File
@@ -0,0 +1 @@
A new command line flag, --ip-address, has been added. This requests certificates with IP address SANs when using the standalone plugin. Note that for Let's Encrypt's implementation of IP address certificates, you'll also need to pass `--preferred-profile shortlived`.
+1
View File
@@ -0,0 +1 @@
Authenticator.get_chall_pref's argument has been renamed from `domain` to `identifier`, and can now receive string-formatted IP addresses in addition to domain names.