Setting Security Configuration for CentraSite Registry Repository
To configure the secure communication for CentraSite Registry Repository (CRR) through the Command Line Interface, you must have the CentraSite Administrator privileges.
To define the SSL security values for use in the CentraSite Registry Repository from the command line, you must perform the following high-level steps:
Export the RR configuration file (
RR-config.xml) to a editable format using the
get SSL RR command.
Modify the SSL RR configuration parameters.
Execute the
set SSL RR command to define the SSL security values for CRR.
To set the security configuration for registry repository
The com.softwareag.centrasite.security.crr.* properties must be in basic non-store formats, PEM key or cert or cacert.
The default configuration, the same CA certificate is used for both client and server certificates.
To update the SSL security values of the port, modify the com.softwareag.centrasite.security.crr.* properties.
2. To define the SSL security values for CRR, run the command set SSL RR.
Note:
You have to run the set SSL RR command as a windows administrator.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd set SSL RR -url <CENTRASITE-URL> -user <USER-ID> -password <PASSWORD> -file <CONFIG-FILE>
The input parameters are:
Parameter | Description |
CENTRASITE-URL | The URL of the CentraSite Registry Repository (CRR). For example, https://localhost:53313/CentraSite/CentraSite. |
USER-ID | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
PASSWORD | The password for the registered CentraSite user identified by the parameter USER-ID. |
CONFIG-FILE | The absolute or relative path to the XML configuration file, RR-config.xml, containing the security properties. If relative, the path should be relative to the location from where the command is executed. |
Note:
If you change the default configuration, this command modifies the SSL configuration for RR. A time stamped archive of the previous configuration is available in the configuration file crr-config.YYYY-MM-DD_HH-MM-SS.xml in the folder <CentraSiteInstall_Directory>/cfg/archive.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd set SSL RR -url https://localhost:53313/CentraSite/CentraSite -user Administrator -password manage -file RR-config.xml
The response to this command is as follows:
Executing the command : set SSL RR
Successfully executed the command : set SSL RR