Releases: YetOpen/certbot-zimbra
Releases · YetOpen/certbot-zimbra
v1.0.2
v1.0.1
Changelog:
- Bugfix: zmcertmgr breaks if it cannot chdir into PWD
- Replace $zmpath with $HOME when executing commands as user zimbra
- Add simple posix sh compliant install script
- install: check if bash version is compatible
- README.md: add note to use install_posix if using old bash < 4.3
v1.0.0
Changelog:
- Add install script
- Add manpage using help2man, helper script for generating manpage
- Reformat help text, add --version (in a format suitable for help2man)
- Use POSIX compliant awk programs instead of GNU awk
- Improve detection of invalid option combinations
- Remove certbot-auto version detection bootstrapping hack
- Improve awk script extracting CA certificate from bundle
- Fix bug with the script not exiting after "Error patching nginx templates"
- Print messages only when not '--quiet', always print errors
- Use capsh instead of su
- Add pre and deploy hooks to cerbot certificate configuration (fixes #48, #56, #154)
- Fix --agree-tos not working
- Rewrite logic for finding CA certificate from chain (fixes #140)
- If certbot >=v2 is detected, override private key type to RSA
- If certbot is >=2.0.0 apply options while requesting a new certificate
to obtain a RSA key. Also request a 4096 bit key.
Fixes #164
- If certbot is >=2.0.0 apply options while requesting a new certificate
- deprecate certbot-auto support, move it to bottom priority
- Fix -L|--letsencrypt-params parsing for argument strings with spaces
Issues #140 #151 - Change the way certbot-zimbra establishes the list of SAN's (#161)
- In addition to zimbraPublicServiceHostname it also looks at entries
added to zimbraVirtualHostname to find all SAN's for the certificate.
- In addition to zimbraPublicServiceHostname it also looks at entries
- various syntax and coding style changes
Fixes #165
v0.7.12
v0.7.11
v0.7.10
v0.7.9
v0.7.8
v0.7.7-beta
Bugfix release
v0.7.6-beta
Some additions and bug fixes, more notably:
- use tempdir in /run for certificate staging
- use lock file in tempdir
- Add more comprehensive checks for zimbra-proxy (#83)
This is almost stable release ready.