mirror of
https://github.com/certbot/certbot.git
synced 2026-04-05 00:59:04 -04:00
Fixing #8634. It's my first time contributing to this repository, if there's something wrong please let me know. Before this fix ``` $ python3 extract_changelog.py 1.12.0 ... ### Fixed * Fixed the apache component on openSUSE Tumbleweed which no longer provides an apache2ctl symlink and uses apachectl instead. * Fixed a typo in `certbot/crypto_util.py` causing an error upon attempting `secp521r1` key generation More details about these changes can be found on our GitHub repo. ``` After this fix ``` $ python3 extract_changelog.py 1.12.0 ... ### Fixed * Fixed the apache component on openSUSE Tumbleweed which no longer provides an apache2ctl symlink and uses apachectl instead. * Fixed a typo in `certbot/crypto_util.py` causing an error upon attempting `secp521r1` key generation More details about these changes can be found on our GitHub repo. ``` |
||
|---|---|---|
| .. | ||
| docker | ||
| snap | ||
| _changelog_top.txt | ||
| _release.sh | ||
| certbot_constraints.txt | ||
| deactivate.py | ||
| dev_constraints.txt | ||
| eff-pubkey.pem | ||
| extract_changelog.py | ||
| finish_release.py | ||
| half-sign.c | ||
| install_and_test.py | ||
| merge_requirements.py | ||
| oldest_constraints.txt | ||
| pip_install.py | ||
| pip_install_editable.py | ||
| pipstrap.py | ||
| pipstrap_constraints.txt | ||
| readlink.py | ||
| rebuild_certbot_constraints.py | ||
| release.sh | ||
| retry.sh | ||
| simple_http_server.py | ||
| sphinx-quickstart.sh | ||
| strip_hashes.py | ||
| venv.py | ||