From b8b36872dc53ed0ffa791c694e7c4d12aca5c855 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 13 Jan 2026 12:26:03 -0800 Subject: [PATCH] add newsfragment --- newsfragments/10484.changed | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/10484.changed diff --git a/newsfragments/10484.changed b/newsfragments/10484.changed new file mode 100644 index 000000000..4c28eb688 --- /dev/null +++ b/newsfragments/10484.changed @@ -0,0 +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.