Skip to content

Commit

Permalink
[CONJ-949] adding mysql TLS client option aliases
Browse files Browse the repository at this point in the history
 i.e : 'clientCertificateKeyStoreUrl'/'clientCertificateKeyStorePassword' and 'clientCertificateKeyStoreType' for 'keyStore'/'keyStorePassword' and 'keyStoreType'
  • Loading branch information
rusher committed May 13, 2022
1 parent 5ec7579 commit 15d8321
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ public final class OptionAliases {
OPTIONS_ALIASES = new HashMap<>();
OPTIONS_ALIASES.put("enabledSSLCipherSuites", "enabledSslCipherSuites");
OPTIONS_ALIASES.put("serverRSAPublicKeyFile", "serverRsaPublicKeyFile");
OPTIONS_ALIASES.put("clientCertificateKeyStoreUrl", "keyStore");
OPTIONS_ALIASES.put("clientCertificateKeyStorePassword", "keyStorePassword");
OPTIONS_ALIASES.put("clientCertificateKeyStoreType", "keyStoreType");
}
}

0 comments on commit 15d8321

Please sign in to comment.