[MDEV-17290] Mechanism for encrypting ssl_key Created: 2018-09-25 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Encryption, Plugin - pam, Server, SSL |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Nick Bolton | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The ssl_key setting is used to defined the private key used for SSL/TLS connections. We need the ability to obfuscate the contents of that file, e.g. as a PKCS#12 keystore like some of the clients support. Request is to add a mechanism for specifying a keystore password in the configuration. |
| Comments |
| Comment by Sergei Golubchik [ 2018-10-01 ] |
|
would MDEV-14091 do what you need? |
| Comment by Nick Bolton [ 2018-10-01 ] |
|
This could well be merged into MDEV-14091. |