User guide

Chapter 10: How to Use SSL with the CORBA Service
10-8
Example
Define a private key/certificate in the CORBA Service.
odsetSSL -sd C:\slot -ed C:\sslcert -tl Token01 -nn Jiro
UserPIN:
Re-type UserPIN:
Note
Do not specify a nickname (“-nn Jiro” in the above example) in operation mode without using client
certificates under SSL version 3.0.
Security Attributes
For more information about the odsetSSL command, refer to odsetSSL in the Reference Manual
(Command Edition).
The -verify option (specification of authentication when the client certificate is not present) need not be
specified on the client side.
Editing config File
To embed SSL communication processing in the CORBA Service, specify "yes" in UNO_IIOP_ssl_use
of the config file.
When port number 4433 (initial value) for SSL communication is used by another program, specify an
unused number in the range from 1024 to 65535 in UNO_IIOP_ssl_port.
C:\Interstage\ODWIN\etc\config
UNO_IIOP_ssl_use = yes
UNO_IIOP_ssl_port = 4433
Note
To validate a new set value of the config file, reactivate the client application.