File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 2.4.0
4
+ - Create a script that can sign certificates with the help of a
5
+ [ local certificate authortiy] ( ./advanced_usage#local-ca ) .
6
+ - It is now possible to work completely offline.
7
+ - We can now create certificates for ` localhost ` .
8
+ - Restructure and add a lot of documentation.
9
+ - ` openssl ` is now a symlink to ` libressl ` in the Alpine images.
10
+ - This is done to simplify the rest of the scripts since the arguments are
11
+ the same.
12
+
3
13
### 2.3.0
4
14
- Add support for [ ECDSA] [ 27 ] certificates.
5
15
- It is possible to have Nginx serve both ECDSA and RSA certificates at the
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ are updated.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
20
- | 2 | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
20
+ | 2 | 2.4 | 2.4.0 | 2.4.0-nginx1.21.0 |
21
+ | | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
21
22
| | 2.2 | 2.2.0 | 2.2.0-nginx1.21.0 |
22
23
| | | | 2.2.0-nginx1.19.10 |
23
24
| | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
You can’t perform that action at this time.
0 commit comments