Upgrading The Ssl Protocol; Creating A Trusted Ca Keystore - BEA WebLogic Server 7 Upgrade Manual

Table of Contents

Advertisement

1
Upgrading WebLogic Server 6.x to Version 7.0
Creating a Boot Identity File
of the old
username.

Upgrading the SSL Protocol

This section contains information on how to upgrade the SSL protocol including
instructions for creating a trusted CA Keystore, creating a private key Keystore, and
using a CertAuthenticator in Compatibility security.

Creating a Trusted CA Keystore

By default in WebLogic Server 7.0, clients check the server's trusted certificate
authority. This check is done whenever a client and server connect using SSL,
including when WebLogic Server is acting an a client. For example, when a client is
using the SSL protocol to connect to an Apache HTTP Server, the client checks the
trusted certificate authorities presented by the server. The client rejects the server's
trusted certificate authority if the certificate authority is not trusted by the client.
Previous versions of WebLogic Server did not perform this trust validation.
Make the following changes to allow an existing 6.x WebLogic client to use SSL
protocol to communicate with a server:
1. Specify the following command-line argument for the client:
-Dweblogic.security.SSL.trustedCAKeyStore=absoluteFilename
where
certificate authority
Note: The file format is a keystore NOT a certificate file. The trusted certificate
2. Load the server's trusted certificate authority into the client keystore. To list
trusted certificate authorites in the keystore or to load new trusted certificate
authorities into the keystore, use the JDK
To add a trusted certificate authority to a keystore, enter the following at a
command prompt:
1-12
BEA WebLogic Server 7.0 Upgrade Guide
in the Administration Guide. There is no direct upgrade
file because it contained a clear text password and no
password.ini
absoluteFilename
authority must be loaded into the keystore.
is the name of the keystore that contains the trusted
keytool
utility.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic Server 7 and is the answer not in the manual?

This manual is also suitable for:

Weblogic server 7.0

Table of Contents