Руководство По Установке для Cisco Cisco Tidal Enterprise Scheduler 6.2

Скачать
Страница из 248
14-8
Cisco Tidal Enterprise Scheduler Installation Guide
OL-32249-01
Chapter 14      Configuring SSL Messaging 
Securing Key Store Passwords
If such segment can't be found, manually insert these lines.
Uncomment each property starts with "#MessageBroker.SSL." by removing the leading pound 
sign '#' character.
The property MessageBroker.SSL.enabled determines whether to activate other SSL properties and 
enable SSL messaging.  Value 'Y' means yes, and 'N' no.  You can use this property switch between SSL 
and non SSL messaging modes.
Step 4
For each of the above SSL properties, assign value applicable to your certificate.
MessageBroker.SSL.keyStore: Path to the key store
MessageBroker.SSL.keyStorePassword: Password needed to open the key store
MessageBroker.SSL.keyPassword: Password needed to read the key, if it's different from the 
password of the key store
MessageBroker.SSL.trustStore: Path to the trust store
MessageBroker.SSL.trustStorePassword: Password needed to open the trust store
Note
You must obfuscate the passwords before storing them in the property files. Refer to 
 for instructions.
Step 5
Save the property file.
Securing Key Store Passwords
For Client Manager
Perform the following steps if you are configuring SSL on Client Manager.
To configure SSL passwords for Client Manager:
Step 1
Open a command shell window and change directory to the lib directory under Client Manager's 
installation directory.
Step 2
Issue the following commands:
java -cp ClientManager.jar com.tidalsoft.framework.util.Pwd <your_password>
where <your_password> is the password to be obfuscated.
Step 3
Copy the entire line of command output and paste it into the value field of that password in property file.
Step 4
Repeat step 1 to 3 for each of the other passwords.
For Fault Monitor Or Any Master
Perform the following steps if you are configuring SSL on Fault Monitor or any Master.