|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 3.1.0 |
| 4 | +- Replace `sort -u` with `awk '!a[$0]++'` to keep distinct order of the domain names. |
| 5 | + - PR by [@dtcooper][35]. |
| 6 | + |
3 | 7 | ### 3.0.1
|
4 | 8 | - Actually use ECDSA certificates by default.
|
5 | 9 | - Eagerness to deploy latest version this update was forgotten.
|
|
8 | 12 | - Add support for DNS-01 challenges.
|
9 | 13 | - Check out the list of all currently [supported authenticators](./certbot_authenticators.md).
|
10 | 14 | - This also means it is now possible to request wildcard certificates!
|
11 |
| - - PR by [XaF][32]. |
| 15 | + - PR by [@XaF][32]. |
12 | 16 | - Make it possible to define which authenticator to use on a certificate basis.
|
13 | 17 | - Like with [ECDSA/RSA](./advanced_usage.md#multi-certificate-setup), you can
|
14 | 18 | [add the authenicator's name](./certbot_authenticators.md#using-a-dns-01-authenticator-for-specific-certificates-only)
|
15 | 19 | in the `cert_name` to override the default.
|
16 |
| - - PR by [XaF][32]. |
| 20 | + - PR by [@XaF][32]. |
17 | 21 | - Make it possible to use same `cert_name` across multiple config files.
|
18 | 22 | - The scripts will remember all domain names associated with the cert name.
|
19 | 23 | - This means you can now use as many config files as you want and have them all point to a single certificate.
|
20 | 24 | - Add [BATS][34].
|
21 | 25 | - A lot unit tests for the Bash functions we use in the [`util.sh`](../src/scripts/util.sh) file.
|
22 | 26 | - Also add it as a [GitHub action](../.github/workflows/unit_tests.yml).
|
23 |
| - - A huge thank you to [XaF][33] for providing the foundation for this. |
| 27 | + - A huge thank you to [@XaF][33] for providing the foundation for this. |
24 | 28 | - Add ability to override found `server_name`.
|
25 | 29 | - By adding a comment on the `server_name` line the script will now use [that instead](./advanced_usage.md#override-server_name).
|
26 | 30 | - This enables you to easily group domains under a common wildcard certificate ([example config](../examples/example_server_overrides.conf)).
|
|
321 | 325 | [32]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/ffad612ed5555915c37caa2f4d793c26b3809179
|
322 | 326 | [33]: https://github.com/XaF
|
323 | 327 | [34]: https://github.com/bats-core/bats-core
|
| 328 | +[35]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/112 |
0 commit comments