File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
16
16
- Enable remoteip mod for Apache (#434 )
17
17
- Add support for ` PMA_SSL ` and ` PMA_SSLS ` to enable SSL connection (#441 )
18
18
- Fixed looping through ` $sockets ` using the same index variable ` $i ` interferes with the last server id (#186 )
19
+ - Add support for ` PMA_SSL_VERIFY ` and ` PMA_SSL_VERIFIES ` (#448 )
20
+ - Add support for ` PMA_SSL_CA ` and ` PMA_SSL_CAS ` (#448 )
21
+ - Add support for ` PMA_SSL_CERT ` and ` PMA_SSL_CERTS ` (#448 )
22
+ - Add support for ` PMA_SSL_KEY ` and ` PMA_SSL_KEYS ` (#448 )
23
+ - Also add ` PMA_SSL_DIR ` to define the dir where SSL files are generated for ` _BASE64 ` prefixed variables
24
+ - Support ` PMA_SSL_CA_BASE64 ` and ` PMA_SSL_CAS_BASE64 ` as variables that contain the file contents (#448 )
25
+ - Support ` PMA_SSL_KEY_BASE64 ` and ` PMA_SSL_KEYS_BASE64 ` as variables that contain the file contents (#448 )
26
+ - Support ` PMA_SSL_CERT_BASE64 ` and ` PMA_SSL_CERTS_BASE64 ` as variables that contain the file contents (#448 )
19
27
20
28
## [ 5.2.1] - 2023-02-08
21
29
You can’t perform that action at this time.
0 commit comments