CentraSite Documentation : CentraSite Administrator’s Guide : Basic Operations : Configuring Secure Communication Between Components : Secure Communication Between the CRR and the CAST : Setting the Security Configuration for the CAST Components : Creating a AST Configuration File to Define Security Values
Creating a AST Configuration File to Define Security Values
Create a AST configuration file to define the SSL security values specific for Application Server Tier environment. The configuration AST-config.xml file should look as follows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="com.softwareag.centrasite.security.keyStore">
C:/SoftwareAG/CentraSite/test/files/certs/castcert.p12</entry>
<entry key="com.softwareag.centrasite.security.keyStorePassword">
cscert</entry>
<entry key="com.softwareag.centrasite.security.keyStoreType">
PKCS12</entry>
<entry key="com.softwareag.centrasite.security.trustStore">
C:/SoftwareAG/CentraSite/test/files/certs/casttrust.p12</entry>
<entry key="com.softwareag.centrasite.security.trustStorePassword">
cscert</entry>
<entry key="com.softwareag.centrasite.security.trustStoreType">
PKCS12</entry>
</properties>
Examine the AST-config.xml file. It contains at least the XML namespace used for providing uniquely named elements and attributes.
Note:  
When AST and RR components are authenticated with the 2-way SSL environment, the authentication will not work if the security configuration of one of the components AST or RR is modified. So if you intend to modify the default security configuration, ensure that you modify the configuration for both components AST and CRR. In addition, make sure that you execute the set SSL RR command before you execute the set SSL AST command.
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback