For those who need the instructions on how to setup SSL on your wallets:
1) cd to your <wallet directory>\conf directry then do the following commands: (don't forget to replace wallet.mydomain.com bu your own domain)
2 keytool -genkey -alias wallet.mydomain.com -keyalg RSA -keystore keystore -keysize 2048
(it'll prompt with a number of questions, and for a password - don't forget it)
3) keytool -certreq -alias wallet.mydomain.com -keystore keystore -file wallet.csr
4) Now open the mydomain.csr file in notepad, copy the ENTIRE contents.
Goto ssls.com, Use a PositiveSSL cert. Choose Webserver, then next. When prompted for passwords, skip this step.
Paste in the contents of the .csr, next, continue, enter "wallet" into the subdomain, next
Copy the generated certificate into notepad and save as <wallet_dir>\conf\ssl.crt
Also download and save the intermediate and root CA certs into the conf dir.
Got back to the Cmd prompt and do:
5) keytool -import -trustcacerts -alias root -file
…