2016年3月14日月曜日

Apache memo

■[SSL更新]
基本的な手順はここ
https://www.cybertrust.ne.jp/sureserver/support/files/Apache_Linux.pdf
https://jp.globalsign.com/support/faq/93.html

抜粋
# openssl genrsa -des3 -out server.key 2048


■1IP複数ドメインなSSLについて
 - Apacheの場合はSNIが動作しないとNG!

[rewrite]
 index.htmlがあってもなくても --- /(index\.html)?$