CORBA 2.6.1 Administration Guide

catch {entitydelete sample_stack@ORB}
entity sample_stack@ORB {
tcp_server true
ssl_only true
ssl_port 0
host_name 127.0.0.1
ssl_cert_file $NSD_ROOT/testCA/GServer.pem
ssl_pkey_file $NSD_ROOT/testCA/GServer.pem
ssl_pkey_pswd $NSD_ROOT/testCA/yo.txt
ssl_ciphers ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH
}
catch {entitydelete sample_stack_client@ORB}
entity sample_stack_client@ORB {
ssl_client true
}
Configuring and Managing Security Aware Applications
To configure and manage applications that have been written to use IIOP/SSL programmatically, you only need to install the application as
described in the NonStop CORBA 2.6.1 Programmer's Guide for C++ and the NonStop CORBA 2.6.1 Programmer's Guide for Java. You may
want to monitor log files to assure correct configuration including an indication of what cipher suites are in play.
Operation with Comm Server, LSD, and Naming Service
Comm Servers, the Location Service Daemon (LSD) and the Naming Service can be configured to use IIOP/SSL. The configuration procedure
is the same as for any other server. See
Configuration and Management Using the Console or Configuration and Management Using
Commands for information about how to configure servers.
Chapter 5. Managing Application Processes Appendix A. Configuration Database Entities