Content of the secureConfig.enc Configuration File

This topic describes the parameters that are available in the secureConfig.enc configuration file.
The description and example of each parameter is described as comments.
# User name of the user who has access to the Shared Location where the installer and scripts are copied/placed. The become_user configuration is used to set user's context for running a script. #become_user: "domain\\username" become_user: "" # Password of the become_user. #become_pass: P@assw0rD become_pass: "" # HostName or IP address of ADAM Server #ADAMServer: ADAMHOSTNAME ADAMServer: "" # Port number of ADAM Server #ADAMPort: 3890 ADAMPort: 3890 # Application Server Service Account user name # apsusername: "domain\\username" apsusername: "" # Application Server Service Account password # apspassword: P@assw0rD apspassword: "" # Application Server password # APSPassphrase: password APSPassphrase: "" # Encryption key password # EMSPassphrase: P@assw0rD EMSPassphrase: "" # Encryption Management Service Account user name # EMSUserName: "domain\\username" EMSUserName: "qaautomation\\administrator" # Encryption Management Service Account password # EMSPassword: P@assw0rD EMSPassword: "" # Secure Key Password, a minimum of 10 character long # Enckeys_PassPhrase: password Enckeys_PassPhrase: "" # CCS Manager Certificate's password # dpscertpassword: P@assw0rD dpscertpassword: "" # Hostname or IP address of the SQL Server where the CCS Production database is created # ProductionSQLServerHost: "PDBHOST" ProductionSQLServerHost: "" # Instance name of the Production database; If the SQL Named instance is not being used, leave this parameter blank. # ProductionSQLInstanceName: "" ProductionSQLInstanceName: "" # Production Database's port number # ProductionSQLPortNumber: 1433 ProductionSQLPortNumber: 1433 # If SQL Server uses SSL configuration to connect to the Production database, set this parameter to TRUE, else set this parameter to FALSE #ProductionUseSSL: FALSE ProductionUseSSL: FALSE # If Windows authentication is used to connect to the Production database, set this parameter to TRUE, else set this parameter to FALSE # ProductionWindowsAuth: TRUE ProductionWindowsAuth: TRUE #If SQL authentication is used to connect to the Production database, set this parameter to TRUE, else set this parameter to FALSE; For preview build, only Windows authentication is supported. #ProductionSQLAuth: FALSE ProductionSQLAuth: FALSE # This parameter is applicable only when ProductionSQLAuth is set to TRUE; For the preview build, this parameter is set to blank # ProductionSQLUserName: "" ProductionSQLUserName: "" # This parameter is applicable only when ProductionSQLAuth is set to TRUE; For the preview build, this parameter is set to blank # ProductionSQLPassword: "" ProductionSQLPassword: "" # Name of the Production database # ProductionDatabaseName: "CSM_DB" ProductionDatabaseName: "CSM_DB" # Hostname or IP address of the SQL server where the CCS Reporting database is created. # ReportingSQLServerHost: "RDBHOST" ReportingSQLServerHost: "" # Instance name of the Reporting database; if an instance name is not used, set this parameter to blank #ReportingSQLInstanceName: "" ReportingSQLInstanceName: "" # Port number of the Reporting database #ReportingSQLPortNumber: 1433 ReportingSQLPortNumber: 1433 # If SQL Server uses SSL configuration to connect to the Reporting database, set this parameter to TRUE, else set this parameter to FALSE #ReportingUseSSL: FALSE ReportingUseSSL: FALSE # If Windows authentication is used to connect to the Reporting database, set this parameter to TRUE, else set this parameter to FALSE # ReportingWindowsAuth: TRUE ReportingWindowsAuth: TRUE # If SQL authentication is used to connect to the Reporting database, set this parameter to TRUE, else set this parameter to FALSE; For preview build, only Windows authentication is supported. #ReportingSQLAuth: FALSE ReportingSQLAuth: FALSE # This parameter is applicable only when ReportingSQLAuth is set to TRUE; For the preview build, this parameter is set to blank # ReportingSQLUserName: "" ReportingSQLUserName: "" # This parameter is applicable only when ReportingSQLAuth is set to TRUE; For the preview build, this parameter is set to blank # ReportingSQLPassword: "" ReportingSQLPassword: "" # Name of the Reporting database # ReportingDatabaseName: "CSM_Reports" ReportingDatabaseName: "CSM_Reports" # Signature Algorithm to generate a CCS Manager certificate; set one of the following values # sha1RSA, sha256RSA, sha384RSA, sha512RSA # signature_algorithm: "sha1RSA" signature_algorithm: "sha1RSA" # Size of the key to generate a CCS Manager certificate, set one of the following values # 2048, 3072, 4096 # keysize: "2048" keysize: "2048" # Name of the organization required to generate a CCS Manager certificate # organization: "BROADCOM" organization: "" # To install CCS console use below parameters # ccsconsole_username: "qaautomation\\administrator" # ccsconsole_password: Pass@1234 ccsconsole_username: domainName\UserName ccsconsole_password: UserPassword