mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-31856 use ephemeral ssl certificates
if the server is started with --ssl but without neither --ssl-key nor --ssl-cert, let it automatically generate a self-signed certificate. It's generated in memory only and never saved to disk.
This commit is contained in:
8
mysql-test/main/ssl_autoverify.combinations
Normal file
8
mysql-test/main/ssl_autoverify.combinations
Normal file
@ -0,0 +1,8 @@
|
||||
[pem]
|
||||
loose-enable-named-pipe
|
||||
|
||||
[auto]
|
||||
ssl-key=
|
||||
ssl-cert=
|
||||
ssl-ca=
|
||||
loose-enable-named-pipe
|
Reference in New Issue
Block a user