I'm working on securing my application connection to MySQL with SSL. I was able to provide the keystore and truststore information to the connector using the setClientCertificateXX and setTrustCertificateXX methods in MysqlDataSource, but I don't see how can I provide the certificate alias information? The MySQL documentation also does not specify anything about certificate aliases. Is there a way to provide this to the MySQL connection?
↧