JDK bundled TrustManager
I would like to get a TrustManager instance loaded with JDK’s bundled trust material
(meaning the material which in later versions of the JDK live in lib/security/cacerts
file).
Ideally the solution should work on JDK8 and later.