You enforce secure communications with the classification cache by editing the DSA configuration file. You can then set up SSL-based connections to the cache.
To enforce SSL
This file is the custom configuration file, <DSA Name>.dxc, that you created in the previous section. Find this file in %DXHOME%/config/settings.
Is the name of the Classification Cache DSA. It defaults to ccscache.
Is a Windows environment variable that specifies the path to the CA Directory installation folder. In a typical installation, this variable is set to:
C:\Program Files\CA\Directory\dxserver
set force-encrypt-anon = true;
set force-encrypt-auth = true;
set min-auth = clear-password;
Note: If you use clear-password, you must also enforce SSL to prevent clear-text passwords being sent over the network.
You set up SSL connections after installing your CCS servers. For details, see Use an SSL Secured Cache.
Note: CA Directory security is covered in chapter 9 of the CA Directory Administration Guide.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |