Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Greenberg <willg@eff.org>2022-10-27 01:07:02 +0300
committerGitHub <noreply@github.com>2022-10-27 01:07:02 +0300
commiteed1afb8082518a5212a6d8016a4ccf44c5ad99e (patch)
treedf0ca74fe3de7a09d7c21a3d544713030355d413 /certbot
parent529942fe4b8f5000d801e1e99a2260850b05dd31 (diff)
certbot-apache: use httpd by default for CentOS/RHEL (#9402)
* certbot-apache: use httpd for newer RHEL derived distros A change in RHEL 9 is causing apachectl to error out when used with additional arguments, resulting in certbot errors. The CentOS configurator now uses httpd instead for RHEL 9 (and later) derived distros. * Single CentOS class which uses the apache_bin option * soothe mypy * Always call super()._override_cmds()
Diffstat (limited to 'certbot')
-rw-r--r--certbot/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index 9403209dc..a6b6705a1 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -176,6 +176,8 @@ More details about these changes can be found on our GitHub repo.
* Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in
response to https://www.openssl.org/news/secadv/20220315.txt.
+* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for
+ various Apache-related commands
More details about these changes can be found on our GitHub repo.