apache2 + SSL on debian

まずはオレオレ証明書にて
/usr/sbin/apache2-ssl-certificate
cd /etc/apache2/sites-available
zcat /usr/share/doc/apache2/examples/ssl.conf.gz > ssl
vi ssl
a2enmod ssl
a2ensite ssl
/etc/init.d/apache2 restart
参考
http://5net.com/blog/archives/001619.html
http://aquarids.s151.xrea.com/drupal/node/26
http://p-step.jp/pukiwiki1_4_5_1/?Debian%203.0r4%20%A5%A4%A5%F3%A5%B9%A5%C8%A1%BC%A5%EB
http://www.aconus.com/~oyaji/www/certs_linux.htm
http://www.s-me.co.jp/ipnuts/ipnuts41/server/ch03s04.html

続きを読む apache2 + SSL on debian