User guide
Configuring the Interstage Certificate Environment with CSR
7-11
Registering the CA Certificate
Register the obtained CA certificate.
An example of registration is shown below.
scsenter -n CA -f C:\my_folder\CA.der
scsenter -n CA -f /usr/home/my_dir/CA.der
The CA certificate can be referenced by selecting [System] > [Security] > [Certificates] > [CA certificates]
from the Interstage Management Console.
Note
• The CORBA Service requires all CORBA servers and clients that use SSL to register certificates from
the same CA. Refer to Chapter 10, How to Use SSL with the CORBA Service for information on how
to register a certificate with the CORBA Service client package.
• All server and client systems that link to each other through communication using the Web service
security function must register certificates of the same CA. Refer to Chapter 8 Setting and Use of the
Certificate/Key Management Environment Using the SMEE Command for information on how to
register a certificate with the Interstage SOAP Service client package.
Registering a Site Certificate
Register the issued certificate as a site certificate.
An example of registration is shown below.
scsenter -n SiteCert -f C:\my_folder\SiteCert.der -o
scsenter -n SiteCert -f /usr/home/my_dir/SiteCert.der -o
The site certificate can be referenced by selecting [System] > [Security] > [Certificates] > [Site certificates]
from the Interstage Management Console.
Note
For the -n option, specify the same nickname as that specified when creating a CSR.