Skip to content

Releases: YetOpen/certbot-zimbra

v1.0.2

19 Jun 19:58
1.0.2
c674afc
Compare
Choose a tag to compare
  • Fix bug introduced in 8b352f7 when fixing #168
    capsh does not set HOME to the user's home. Reverting to sudo is
    necessary to set the user's HOME and other login environment.
    sudo was previously replaced with capsh in 930fa01.
    Fixes #169
  • Set zmpath from user's HOME (tilde prefix)

v1.0.1

04 Jun 10:52
1.0.1
8a80871
Compare
Choose a tag to compare

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

08 May 12:47
Compare
Choose a tag to compare

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
  • 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.
  • various syntax and coding style changes

Fixes #165

v0.7.12

16 May 10:16
Compare
Choose a tag to compare

Fixed #129, changed shell coding style

v0.7.11

01 Apr 12:32
6f36c3b
Compare
Choose a tag to compare

Bugfix release:

  • Fixed a bug on RHEL/CentOS/Fedora systems where the pki-base certificate bundle had stripped spaces from CN's.

v0.7.10

15 Feb 21:57
bbee122
Compare
Choose a tag to compare

Bugfix release

v0.7.9

04 Feb 05:50
Compare
Choose a tag to compare

Bugfix release

v0.7.8

29 Dec 13:36
Compare
Choose a tag to compare

v0.7 is out of beta.

We recommend you upgrade to this release from previous 0.7 releases as soon as possible. It fixes a bug that caused automatic renewal to fail due to an open file descriptor being held on the lock file after the script exited.

v0.7.7-beta

19 Jul 00:48
Compare
Choose a tag to compare
v0.7.7-beta Pre-release
Pre-release

Bugfix release

v0.7.6-beta

08 Jul 16:55
Compare
Choose a tag to compare
v0.7.6-beta Pre-release
Pre-release

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.