User's Manual
Enabling Entrust Authentication
F-8 Oracle Database Advanced Security Administrator's Guide
Installing Oracle Advanced Security and Related Products for Entrust-Enabled SSL
For Oracle Advanced Security 10g Release 1 (10.1), Entrust support installs in
Typical mode. A single Oracle installation supports the use of both Oracle Wallets
and Entrust profiles.
Configuring SSL on the Client and Server for Entrust-Enabled SSL
Configure SSL on the client and server.
Configuring Entrust on the Client
The steps for configuring Entrust on the client vary according to the type of
platform:
■ Configuring Entrust on a UNIX Client
■ Configuring Entrust on a Windows Client
Configuring Entrust on a UNIX Client
If the client resides on a non-Windows platform, perform the following steps:
1. Set the JAVA_HOME variable to the JDK or JRE location.
For example:
>setenv JAVA_HOME $ORACLE_HOME/JRE
2. Set WALLET_LOCATION in the sqlnet.ora file.
For example:
WALLET_LOCATION=
(SOURCE=
(METHOD=entr)
(METHOD_DATA =
(PROFILE=profile_location)
(INIFILE=initialization_file_location)
See Also: Oracle Database operating system-specific installation
documentation
See Also: Chapter 7, "Configuring Secure Sockets Layer
Authentication", for information about configuring SSL on the
client and server; skip the section that describes the Oracle wallet
location.