Last active
June 2, 2017 17:18
-
-
Save JosiahSiegel/8cd04ba869b7c36a3c98 to your computer and use it in GitHub Desktop.
#JasperServer Add SLL certificate into Java keystore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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