環境

CentOS 5

編 openssl

wget https://www.openssl.org/source/openssl-1.0.2*.tar.gz
tar -zxvf openssl-*.tar.gz
cd openssl-*
./config -fpic shared && make && make install
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig

編 curl

wget http://curl.haxx.se/download/curl-*.tar.gz
tar -xzvf curl-*.tar.gz
cd curl-*
./configure --with-ssl=/usr/local/ssl --disable-ldap && make && make install
Related posts 相關文章
httpx 探測爬網好用工具
More...
curl 迎來 25 年,也出到第 8 版了
More...
用 DNSSEC 是為了安全,但如果憑證過期了怎麼辦
More...
使用 dehydrated 安裝 Let’s Encrypt SSL 憑證
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。