ログイン: ユーザー名 パスワード
  SSL証明書とは?  
SSL証明書の必要性
GeoTrust社とは?
GeoTrust SSLの詳細

  通常のSSL証明書  
企業実在認証SSL
サブドメイン無制限SSL
価格比較表
御見積書発行

  よく頂くご質問  
エラー!?
お申し込みの流れ
お申し込みはこちら

  CSR作成方法  
証明書インストール方法

SSL証明書についてのご意見・ご質問はございませんか?お気軽にご相談下さい。すぐに対応致します。

お名前:
Eメールアドレス:
質問内容:


注意:Eメールアドレスが間違っておりますと、お返事ができませんので、再確認をお願い致します。
よく頂くご質問

SSL証明書インストール方法のメインページへ戻る


Bea WebLogic 6.x - SSL証明書 インストール方法

Your certificate will be sent to you by email. The email message includes the web server certificate that you purchased in the body of the email message.

Copy the certificate from the body of the email and paste it into a text editor (such as notepad) to create text files.

  1. Store the certificate in the /serverroot/config directory using the following format.

    domain_name_com-cert.pem

  2. The certificate must be converted to binary (DER) format. WebLogic provides the pem2der utility to do this. In order for this utility to work, the Java ClassPath variable must include /bea/wlserver6.1/lib/weblogic.jar.

    java utils.pem2der domain_name_com-cert.pem

    OpenSSL can also be used to convert the certificate to binary format www.openssl.org. The command is:

    openssl x509 -in domain_name_com-cert.pem -inform PEM -outform DER -out domain_name_com-cert.der

  3. Configure the following SSL Protocol settings for the server that you purchased the certificate for.

    Server Key File Name - The private key file that was created while generating the request.

    /serverroot/domain_name_com-key.der - by default

    Server Certificate File Name - The Certificate that you purchased.

    /serverroot/domain_name_com-cert.der

  4. After making the necessary changes, select Apply. You will need to restart the server instance.