Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mprahl committed Jul 25, 2021
1 parent 105abc6 commit 1bc0fe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

### v5.0.0
* Add support for RHEL 8
* Use Python 3.7 packages for FreeBSD
* Add support for the zone ID `route53` option for accounts with limited Route
53 permissions
* Add the ability to change the intermediate CA to download
* Fix a bug in the Let's Encrypt challenge verification step

### v4.7.0
* Use the new R3 intermediate CA ([#33](https://github.com/mprahl/ansible-role-lets-encrypt-route-53/issues/33))

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Ansible 2.7+ is required for this role. If you are using an older version of Ans
This defaults to `{{ ler53_cert_common_name }}.csr`.
* **ler53_intermediate_download** - whether or not the Let's Encrypt intermediate CA should be
downloaded. This defaults to `true`.
* **ler53_intermediate_download_url** - the URL to download the Let's Encrypt intermediate CA. This
defaults to `https://letsencrypt.org/certs/lets-encrypt-r3-cross-signed.pem`.
* **ler53_intermediate_file_name** - the file name of the intermediate CA downloaded from Let's
Encrypt. This defaults to `{{ ler53_cert_common_name }}.intermediate.pem`.
* **ler53_cert_and_intermediate_file_name** - the name of the file created with the certificate and
Expand Down

0 comments on commit 1bc0fe2

Please sign in to comment.