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

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

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

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

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

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


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

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


Apache + Raven - 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. Start the Raven PKI Certificate Manager, using the command:
    /usr/local/raven/bin/ravenctl


  2. Choose Install CA Signed Certificate


  3. You will be prompted for the location of your web server certificate. Identify the location and the name (domainname.cert) of your web server certificate file. The certificate will be installed in the following directory:

    /usr/local/raven/module/pki/certs/


  4. Choose Install CA Signed Certificate using the Raven PKI Certificate Manager.


  5. You will be prompted for the location of the Root Certificate. Identify the location and the name (geotrustca.cert) of the root certificate. The certificate will be installed in the following directory:

    /usr/local/raven/module/pki/certs/


  6. Open the httpsd.conf file in a text editor and ensure that the virtual host that you purchased the certificate for has the following directives and that they point to the correct files:
    SSLCertificateFile /usr/local/raven/module/pki/certs/domainname.cert
    SSLCertificateKeyFile /usr/local/raven/module/pki/keys/domainname.key

  7. SSLCACertificateFile /usr/local/raven/module/pki/certs/geotrustca.cert

  8. Save the HTTPDS.CONF file.

  9. Restart the server: /usr/local/apache/bin/httpsdctl restart

Test your certificate by using a web browser to connect to your server. Use the https protocol directive (e.g. https://your server/) to indicate you wish to use secure HTTP.

Note: The padlock icon on your browser will be displayed in the locked position if your certificates are installed correctly and the server is properly configured for SSL.