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
...
...
@@ -464,7 +466,7 @@ public class IdentityStore extends CertificateStore