最終更新:2016-02-01 (月) 19:21:49 (2999d)  

mod_ssl
Top / mod_ssl

http://www.modssl.org/

Apacheのバージョン

Apache 2

  • Apache 2, in contrast, is a built-in module maintained by Apache Software Foundation, and mod_ssl can be easily activated in the compilation and configuration options.

Apache 2.2

Apache 2.4

手順

mod_sslのインストール

yum install mod_ssl

秘密鍵の作成

CSR(証明書発行要求:Certificate Signing Request)の作成

  • openssl req
    openssl req -new -key example.com.key -out example.com.csr

認証局(CA)にCSRを送ってCRT(証明書:CeRTificate?)を取得

CRTをサーバに設置

ApacheSSLの設定をする

関連