Bug #17322 allow for self signed SSL client certificates to be added on the fly
Submitted: 11 Feb 2006 11:23 Modified: 28 Mar 2011 22:36
Reporter: Ralf Hauser Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:any OS:Any (any)
Assigned to: CPU Architecture:Any

[11 Feb 2006 11:23] Ralf Hauser
Description:
instead of adding self signed certs to my.cnf as in 
  cnf="$cnf ssl-cert=$DIR/client-cert.pem"
as per  http://dev.mysql.com/doc/refman/5.0/en/secure-create-certs.html, or  via the ssl-ca, there is an efficient way to put them into a directory and have a symbolic link to them that doesn't require server restart upon a change of the set of available client-certs - see also 
http://exim.org/exim-html-4.50/doc/html/spec_38.html#SECT38.6

How to repeat:
.

Suggested fix:
Add a mechanism to define a directory in analogy to exim's tls_verify_certificates
[28 Mar 2011 22:36] Sveta Smirnova
Thank you for the reasonable feature request.