-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (25 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.0] - 2020-06-09
### Added
- Use acme-dns to verify Letsencrypt TXT tokens.
### Removed
- Remove lexicon DNS service as we now use acme-dns.
## [1.0.2] - 2019-04-04
### Changed
- Make use of ACME CA v2 in order to still be able to get certificates
for wildcard addresses.
## [1.0.1] - 2018-10-30
### Changed
- Renew only expiring certificates and not all as before.
- Run certbot daily instead of monthly.
## [1.0.0] - 2018-10-30
### Added
- Automatically retrieve and renew SSL certificates for domains using
Let's Encrypt's certbot (with ACMEv2 -> wildcard domains are supported)
and DNS validation using lexicon-dns or your own fork of it.
- Set the domains you want a certificate for by passing environment variables
to the container.
- Renew certificates automatically every month (and overwrite the old ones).