From f0cd9dc1e4cef72f20a9c6c61538b2787bce96d0 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 9 Feb 2026 14:56:16 -0800 Subject: [PATCH] Update newsfragments/10484.changed Co-authored-by: Brad Warren --- newsfragments/10484.changed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/10484.changed b/newsfragments/10484.changed index 4c28eb688..72a2f9990 100644 --- a/newsfragments/10484.changed +++ b/newsfragments/10484.changed @@ -1 +1 @@ -Moved nearly all code for certbot-nginx and certbot-apache plugins into private certbot modules. Virtually no projects use the public code from these plugins, and making them private allows us to update and maintain them with much greater ease. +Moved nearly all code for the certbot-nginx and certbot-apache plugins into private modules in the certbot package which now offers "apache" and "nginx" [extras](https://packaging.python.org/en/latest/specifications/dependency-specifiers/#extras). Users should notice no major changes. certbot-apache and certbot-nginx will continue to exist as simple packages that depend on certbot and also help register the plugin with certbot so it knows the functionality is available.