http://i2p-javadocs.i2p/net/i2p/crypto/KeyStoreUtil.html
We still don't generate them by default. We don't expect anybody's
certs to expire until 2021. Parameters: location - the path or other identifying info, for logging only expiresWithin - ms if cert expires within this long, we will log a warning, e.g. 180*24*60*60*1000L Returns: true if all are good, false if we logged something Since: 0.9.34 addCerts public static int addCerts ( File dir, KeyStore ks) Load all X509 Certs from a directory and add them to the
trusted set of...