Log.info("Generating a new private key and corresponding self-signed certificate for domain name '{}', using the {} algorithm (sign-algorithm: {} with a key size of {} bits). Certificate will be valid for {} days.",name,algorithm,signAlgorithm,keySize,validityInDays);
// Generate public and private keys
...
...
@@ -412,7 +412,7 @@ public class IdentityStore extends CertificateStore
// TODO Figure out why we add keystore issuers. This implies that we always trust the issuer of our identitity (which probably is right, but shouldn't be required)
if(keyStore.size()>0){
...
...
@@ -781,7 +770,7 @@ public class CertificateManager {
* @return true if the entire chain of all certificates was successfully built.