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.