He-Pin commented on code in PR #3397:
URL: https://github.com/apache/pekko/pull/3397#discussion_r3676647958
##########
remote/src/main/resources/reference.conf:
##########
@@ -1265,6 +1265,10 @@ pekko {
# This is a convention that people may follow if they wish to save
themselves some configuration
secret-mount-point = /var/run/secrets/pekko-tls/rotating-keys-engine
+ # Password for the in-memory keystore used to wrap PEM-loaded keys.
+ # Override this in production to avoid using the well-known default.
+ keystore-password = "changeit"
Review Comment:
changeme?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]