Monday, February 18, 2013

open ssl install

http://dimdim.tistory.com/entry/openssl%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-Tomcat-HTTPS-%EC%84%A4%EC%A0%95-PKCS12-%ED%8F%AC%EB%A7%B7

1.  access webSite

http://www.openssl.org/source/

2. use wget in linux and download

3. unzip gz file
  - gzip -d xxxx.tar.gz

4. tar
 tar -xvf xxxx.tar

5. ./config shared --prefix=/the folder to be installed/

6. make

7. make install



want to know if it exists

No comments:

Post a Comment