SSL

Apache の SSL 接続を有効にする 02

モジュールを確認する。 % apt-cache search apache | grep ssl apache-ssl - versatile, high-performance HTTP server with SSL support libapache-mod-ssl - Strong cryptography (HTTPS support) for Apache libapache-mod-ssl-doc - Documentation for …

Apache の SSL 接続を有効にする 01

openssl のインストール % sudo apt-get install openssl % sudo apt-get install ssl-cert openssl の設定 % ls -l /etc/ssl/ total 24 drwxr-xr-x 2 root root 8192 Dec 23 18:46 certs -rw-r--r-- 1 root root 9374 May 8 2008 openssl.cnf drwx------ 2 …

証明書の種類について

key 公開鍵と対になる秘密鍵。 csr Certificate Signing Request の略で CA に署名要求するもの。中身は公開鍵等。 crt (Certificate) csr に署名が行われた公開鍵証明書。 pem (Privacy Enhanced Mail) DER 形式(Distinguished Encoding Rules バイナリ)公…