Skip to content

Instantly share code, notes, and snippets.

@melix
Created September 29, 2017 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melix/02f5b93ec4daabadaca2d5148ad7188e to your computer and use it in GitHub Desktop.
Save melix/02f5b93ec4daabadaca2d5148ad7188e to your computer and use it in GitHub Desktop.
JDK 9 final ships with empty trust store
/opt/jdk9  ll ../jdk9-b176/lib/security/
total 256K
-rw-r--r-- 1 cchampeau cchampeau 4.0K Jun 29 03:47 blacklist
-rw-r--r-- 1 cchampeau cchampeau 1.3K Jun 29 03:47 blacklisted.certs
-rw-r--r-- 1 cchampeau cchampeau 111K Jun 29 03:47 cacerts
-rw-r--r-- 1 cchampeau cchampeau 8.5K Jun 29 03:47 default.policy
-rw-r--r-- 1 cchampeau cchampeau 122K Jun 29 03:47 public_suffix_list.dat
-rw-r--r-- 1 cchampeau cchampeau 0 Jun 29 03:47 trusted.libraries
/opt/jdk9  ll lib/security/
total 16K
-rw-r--r-- 1 cchampeau cchampeau 1.3K Aug 3 06:01 blacklisted.certs
-rw-r--r-- 1 cchampeau cchampeau 32 Aug 3 06:01 cacerts
-rw-r--r-- 1 cchampeau cchampeau 7.5K Aug 3 06:01 default.policy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment