Skip to content

Instantly share code, notes, and snippets.

@JosiahSiegel
Last active June 2, 2017 17:18
Show Gist options
  • Save JosiahSiegel/8cd04ba869b7c36a3c98 to your computer and use it in GitHub Desktop.
Save JosiahSiegel/8cd04ba869b7c36a3c98 to your computer and use it in GitHub Desktop.
#JasperServer Add SLL certificate into Java keystore
keytool -keystore /path_to_studio_jre/lib/security/cacerts -importcert -alias jasperca -file /path_to_cer/public.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment