Created
September 21, 2016 09:28
-
-
Save charlessolar/8a9c506d7893e019bc66c369b7caf267 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
'C:\Program Files\Java\jdk1.8.0_101\bin\keytool.exe' -import -alias personal -trustcacerts -file selfsigned.crt -keystore 'C:\Program Files\Java\jre1.8.0_101\lib\security\cacerts' | |
'C:\Program Files\Java\jdk1.8.0_101\bin\keytool.exe' -import -alias personal -trustcacerts -file selfsigned.crt -keystore 'C:\Program Files\Java\jdk1.8.0_101\jre\lib\security\cacerts' | |
default pass: changeit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Importing a selfsigned key into java - because importing it onto the OS itself is not good enough