Skip to content

Commit 059c94e

Browse files
Update changelog for v2.3.0
1 parent 78453e2 commit 059c94e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 2.3.0
4+
- Add support for [ECDSA][27] certificates.
5+
- It is possible to have Nginx serve both ECDSA and RSA certificates at the
6+
same time for the same server. Read more in its [good to know section][28].
7+
- Made so that the the "primary domain"/"cert name" can be [whatever][29] you
8+
want.
9+
- This was actually already possible from `v0.12`, but it is first now we
10+
allow it.
11+
312
### 2.2.0
413
- Listen to IPv6 in the [redirector.conf](../src/nginx_conf.d/redirector.conf)
514
in addition to IPv4.
@@ -255,3 +264,6 @@
255264
[24]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/35
256265
[25]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/44
257266
[26]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/45
267+
[27]: https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/
268+
[28]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#ecdsa-and-rsa-certificates
269+
[29]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#how-the-script-add-domain-names-to-certificate-requests

0 commit comments

Comments
 (0)