Update certbot-auto script to work with RHEL 8

/usr/bin/python no longer exists in RHEL 8.  This patch updates
the certbot-auto script to use python3 on nodes running RHEL 8.

Also fixed a bug in the RPM_DIST_VERSION logic which would cause
letsencrypt-auto to fail on servers running CentOS/RHEL 6.
This commit is contained in:
Michael Watters
2019-08-06 09:16:14 -04:00
parent c4684f187a
commit d6e6d64848
4 changed files with 48 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* Fix certbot-auto failures on RHEL 8.
More details about these changes can be found on our GitHub repo.