ppkarwasz commented on code in PR #806:
URL: https://github.com/apache/logging-log4j2/pull/806#discussion_r914475197


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.java:
##########
@@ -33,6 +33,8 @@
  * Configuration of the KeyStore
  */
 public class AbstractKeyStoreConfiguration extends 
StoreConfiguration<KeyStore> {
+    static final char[] DEFAULT_PASSWORD = "changeit".toCharArray();

Review Comment:
   Hi @kristofarkas, can you open a JIRA issue for this? If you are trying to 
use a password-less keystore like `PKCS11` or `Windows-My`, this is not the 
only problem.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to