Bug #70734 | Generate SSL/TLS and RSA keys during installation | ||
---|---|---|---|
Submitted: | 26 Oct 2013 15:24 | Modified: | 6 Aug 2015 14:56 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S4 (Feature request) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Oct 2013 15:24]
Daniël van Eeden
[2 Jan 2014 19:43]
Daniël van Eeden
An example for how the SSL certs could be generated: https://github.com/dveeden/myssl
[6 Jan 2014 15:09]
Todd Farmer
Thanks for the very valid suggestion, Daniël! We've had a series of internal discussions about this, and one proposal is to generate SSL certs and RSA keys to a default (secure) location at server startup if they don't already exist, and the server is not provided with explicit SSL options. I assume that would be an acceptable solution, here, but please let us know if you think it needs something else.
[6 Jan 2014 16:52]
Daniël van Eeden
@Todd: That would be great.
[6 Aug 2015 14:56]
Todd Farmer
This feature is implemented in MySQL 5.7.6, and the following blog post describes the generation process of key material in greater detail: http://mysqlblog.fivefarmers.com/2015/04/09/ssltls-in-mysql-5-7/ Thanks for the feature request!