Install SSL Certificate: BEA WebLogic Server 10
Follow these instructions to install your GeoTrust SSL certificate for your Web site.
Note: previous versions of Weblogic required certificates to be in binary DER format. In Weblogic 10 text-based PEM format is preferred (this is the format sent to you in the certificate fulfillment email).
Import and Install the GeoTrust Root CA Certificate
- First, copy and save the
GeoTrust CA root certificate using a simple text editor
such as Notepad on your local or network file system as
geotrustroot.crt.The GeoTrust CA root certificate is available from your SSL Manager account. Login at https://secure.geocerts.com and click the My Certs tab. - Using the java keytool command
line utility, import the
geotrustroot.crtCA certificate using the following command:keytool -import -alias geotrustca -keystore /path_to_keystore/mykeystore -file geotrustroot.crt.The command should be typed on one line. This command imports the root certificate into the keystore named mystore. - You will be asked:
Trust this certificate? [no]: y
Import and Install the SSL Server Certificate
-
Copy and save the SSL
server certificate (sent to you
in the certificate fulfillment email) using a simple text editor
such as Notepad anywhere on your local or network
file system as
yourdomain.crt. - Using the java keytool command
line utility, import the
yourdomain.crtcertificate using the following command:keytool -import -alias tomcat -keystore /path_to_keystore/mykeystore -file yourdomain.crtThe command should be typed on one line. This command imports the certificate into the keystore named mykeystore in the path_to_keystore directory. Your keystore path and name may be different. - Both the GeoTrust root CA and SSL server certificate are now installed on your server. The keystore can be configured through the WebLogic Server Administration Console or specified on the command line. Use the Configuration > Keystore page in the WebLogic Server Administration Console to configure identity and trust keystores for WebLogic Server. See Configuring Keystores in the Administration Console online help.
- Restart the WebLogic server.
Learn more about Obtaining Private Keys, Digital Certificates, and Trusted Certificate Authorities for Weblogic 10.
Learn more about Storing Private Keys, Digital Certificates, and Trusted Certificate Authorities for Weblogic 10.






bitscan™