sureshanaparti commented on a change in pull request #5459: URL: https://github.com/apache/cloudstack/pull/5459#discussion_r709935964
########## File path: client/conf/server.properties.in ########## @@ -38,7 +38,11 @@ https.port=8443 # The keystore and manager passwords are assumed to be same. https.keystore=/etc/cloudstack/management/cloud.jks +# If you want to encrypt the password follow the steps mentioned at: +# http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/management.html?highlight=jasypt#changing-the-database-password https.keystore.password=vmops.com +# If an encrypted password is used, specify the encryption type - valid types: file, env (set environment variable CLOUD_SECRET_KEY), web +# db.cloud.encryption.type=none Review comment: "_db.cloud.encryption.type_" parameter name doesn't suit for the keystore password encryption. May be, can use "_https.keystore.encryption.typ_e" (or "_password.encryption.type_"). -- 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]
