[bbk1452]第1集 - 在Apache中使用SSL

Agenda

After completing this training,you should be able to do the following:

  • How to install OpenSSQL
  • The basic of encryption/decryption
  • Introduction of SSL
  • How to configure Apache with SSL.
  • Configuration of CA on server side and client side.
  • SSL attack and common implementaion mistakes.

Lab Environment

Install OpenSSL

  • Configure the enviroment.
#tar zxvf openssl-0.9.8h.tar.gz
#cd openssl-0.9.8.h
#./config --prefix=/opt/openssl
  • Configure the source code.
--before make,you can make test
#make
  • Install the software
#make install

 

posted @ 2013-04-24 00:19  ArcerZhang  阅读(179)  评论(0编辑  收藏  举报