@@ -29,22 +29,22 @@ http.port=8080
2929# Max inactivity time in minutes for the session
3030session.timeout=30
3131
32- # Max allowed API request payload / content size in bytes
32+ # Max allowed API request payload/ content size in bytes
3333request.content.size=1048576
3434
35- # Options to configure and enable HTTPS on management server
35+ # Options to configure and enable HTTPS on the management server
3636#
37- # For management server to pickup these configuration settings, the configured
38- # keystore file should exists and be readable by the management server.
37+ # For the management server to pick up these configuration settings, the configured
38+ # keystore file should exist and be readable by the management server.
3939https.enable=false
4040https.port=8443
4141
4242# The keystore and manager passwords are assumed to be same.
4343https.keystore=/etc/cloudstack/management/cloud.jks
44- # If you want to encrypt the password follow the steps mentioned at:
45- # http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/ en/latest/management.html?highlight=jasypt#changing-the-database-password
44+ # If you want to encrypt the password itself, follow the steps mentioned at:
45+ http://docs.cloudstack.apache.org/en/latest/adminguide /management.html?highlight=jasypt#changing-the-database-password
4646https.keystore.password=vmops.com
47- # If an encrypted password is used, specify the encryption type - valid types: file, env (set environment variable CLOUD_SECRET_KEY), web
47+ # If an encrypted password is used, specify the encryption type. Valid types: file, web, env (set environment variable CLOUD_SECRET_KEY)
4848# password.encryption.type=none
4949
5050# The path to webapp directory
0 commit comments