1
0
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:
Sergei Golubchik
2023-08-23 17:45:57 +02:00
parent d33a8ab107
commit 9f93630ded
4 changed files with 82 additions and 4 deletions

View File

@ -0,0 +1,8 @@
[pem]
loose-enable-named-pipe
[auto]
ssl-key=
ssl-cert=
ssl-ca=
loose-enable-named-pipe