Advertisement
Guest User

Untitled

a guest
Apr 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. keytool -import -trustcacerts -keystore /path/to/jre/security/cacerts
  2. -file /path/to/ca-cert.pem -alias "some meaningful name"
  3.  
  4. jdbc:mysql://server/database?useUnicode=true&useSSL=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement