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
AgeCommit message (Expand)Author
2020-01-13Fix certbot-auto regarding python 3.4 -> python 3.6 migration for CentOS 6 us...Adrien Ferrand
2020-01-08Implement a sunset mechanism in certbot-auto for systems not supported anymor...Adrien Ferrand
2019-11-06Add back Python 3.4 support (#7510)Brad Warren
2019-10-30Migrate certbot-auto users on CentOS 6 to Python 3.6 (#7268)Adrien Ferrand
2019-09-30Add CentOS 8 support to certbot-auto. (#7406)Brad Warren
2019-08-06Update certbot-auto script to work with RHEL 8Michael Watters
2019-05-07Fix check permissions logic (#7034)Adrien Ferrand
2019-05-02Stop certbot-auto from printing blank lines (#7016)Brad Warren
2019-04-30Print warning when certbot-auto has insecure permissions. (#6995)Brad Warren
2019-04-04Protect certbot-auto against non numerical version release in some RPM distri...Adrien Ferrand
2019-03-25Construct the sanitized, pinned and hashed requirements file for certbot-auto...Adrien Ferrand
2019-03-12Clean stderr in case of /etc/os-release does not exist (#6835)Adrien Ferrand
2019-03-07Correct certbot-auto for Fedora 29+ (#6812)Adrien Ferrand
2019-01-24Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv (#6690)ohemorange
2018-11-20Protect certbot-auto against automated downgrades (#6448)Adrien Ferrand
2018-09-23Respect --quiet when reporting sudo invocationPeter Lebbing
2018-02-27Merge pull request #5605 from certbot/rm-eol-2.6Brad Warren
2018-02-22Finish dropping Python 2.6 and 3.3 supportBrad Warren
2018-02-17Drop support for EOL Python 2.6 and 3.3Hugo
2018-02-13Added install-only flag (#5531)sydneyli
2018-01-25Fix --no-bootstrap on CentOS/RHEL 6 (#5476)Brad Warren
2018-01-10Fix rebootstraping with old venvs (#5392)Brad Warren
2018-01-10Only respect LE_PYTHON inside USE_PYTHON_3 if we know a user must have set it...Brad Warren
2018-01-10Address erikrose's comments on #5329 (#5400)ohemorange
2018-01-10Handle need to rebootstrap before fetch.py (#5389)Brad Warren
2018-01-09Deprecate Python2.6 by using Python3 on CentOS/RHEL 6 (#5329)ohemorange
2018-01-06Fix letsencrypt-auto name and long forms of -n (#5375)Brad Warren
2017-09-08Fix permissions error when upgrading certbot-auto. (#5086)Brad Warren
2017-08-23certbot-auto OS dependency update system (#4971)Brad Warren
2017-08-21Change certbot-auto's installation path to /opt (#4970)Brad Warren
2017-07-20Merge pull request #4943 from certbot/issue_4520Noah Swartz
2017-07-19add changes to templateNoah Swartz
2017-07-19updated letsencrypt-auto.templateissue_4520Noah Swartz
2017-05-11Pin dependency versions when using tools/venv.sh (#4629)Brad Warren
2017-04-20use say now that if QUIET statement was moved (#4530)Brad Warren
2017-04-19Make it easier to honor --quiet (#4292)Josh Soref
2017-04-18Set HOME if it's not defined in certbot-auto (#4503)Brad Warren
2017-04-17[certbot-auto]: "renew" implies --non-interactive (#4500)Peter Eckersley
2017-04-05Support "certbot-auto --no-bootstrap" (#3955)Peter Eckersley
2017-01-27Spelling (#4101)Josh Soref
2017-01-24Fix letsencrypt auto source (#4093)Brad Warren
2017-01-20Silence Package Manager Output when certbot-auto invoked with --quiet (#3776)Nick Fong
2017-01-18certbot-auto re-installs virtualenv when plugin is causing issues (#4035)Guillaume Boudreau
2017-01-10Rename OS X -> macOS (#3965)Lipis
2017-01-06Remove quotes so tilde is expanded (#3978)Brad Warren
2016-12-06Busybox support (#3797)Kenneth Skovhede
2016-12-06certbot-auto: Print link to doc on debugging pip install error [revision requ...Timothy Guan-tin Chien
2016-12-01Use ${foo+x} not ${foo:+x} (#3833)Brad Warren
2016-11-04Allow user to override sudo as root authorization method [minor revision requ...Jaap Eldering
2016-10-28When getopts is called multiple time we need to reset OPTIND. (#3475)tcottier