Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed Mar 24, 2020
1 parent 63f0a03 commit dac71b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.7.11

* Fix extracting CA from tls-ca-bundle.pem when spaces are removed from CN (#106)
- On some RHEL/CentOS/Fedora systems, tls-ca-bundle.pem lists certificate CN's
with spaces removed. This fixes extraction of the CA in such cases.

## v0.7.10

* Add missing check for --prompt-confirm (#100)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ So open `/etc/cron.d/certbot` with your favourite editor and **comment the last
Download the latest release and install it (copy the latest URL from the Releases tab):

```
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/0.7.10.tar.gz
tar xzf certbot-zimbra-0.7.10.tar.gz certbot_zimbra.sh
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/0.7.11.tar.gz
tar xzf certbot-zimbra-0.7.11.tar.gz certbot_zimbra.sh
chmod +x certbot_zimbra.sh
chown root: certbot_zimbra.sh
mv certbot_zimbra.sh /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion certbot_zimbra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# GPLv3 license

PROGNAME="certbot-zimbra"
VERSION="0.7.10"
VERSION="0.7.11"
GITHUB_URL="https://github.com/YetOpen/certbot-zimbra"
# paths
ZMPATH="/opt/zimbra"
Expand Down

0 comments on commit dac71b3

Please sign in to comment.