mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
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()
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user