Customer Support > Zertifikat Installieren > Weblogic 8.1

To install your SSL Certificate, perform the following steps:

Step 1: Install CA Certificate

To import the CA Certificate run the following command:

C:\bea\jdk\bin\ keytool -import -alias rootca -keystore <your_keystore_filename> -trustcacerts -file intermediateCA.cer

Step 2: Install the SSL Certificate

To import the SSL Certificate run the following command:

C:\bea\jdk\bin\ keytool -import -alias <your_alias_name> -keystore <your_keystore_filename> -trustcacerts -file <your_certificate_filename>