久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      寶塔linux面板之升級(jí)OpenSSL教程

      下面由寶塔面板教程欄目給大家介紹升級(jí)OpenSSL教程,希望對(duì)需要的朋友有所幫助!

      寶塔linux面板之升級(jí)OpenSSL教程

      升級(jí)OpenSSL教程(親測(cè)可用)

      目前一些服務(wù)器的OpenSSL還是1.0.1e版本,今天進(jìn)行服務(wù)器漏洞檢測(cè)出現(xiàn)OpenSSL存在漏洞,那只能升級(jí)OpenSSL了。1、登錄SSH,查看OpenSSL版本

      openssl version

      2、下載源代碼

      wget https://github.com/openssl/openssl/archive/

      3、解壓源代碼包,并進(jìn)入OpenSSL目錄

      tar zxvf OpenSSL_1_1_0c.tar.gz

      4、進(jìn)行預(yù)編譯

      ./config --prefix=/usr/local/openssl

      5、正式編譯OpenSSL了

      make && make install

      6、移動(dòng)相關(guān)文件到相對(duì)應(yīng)的目錄

      mv /usr/bin/openssl /usr/bin/openssl.OFF mv /usr/include/openssl /usr/include/openssl.OFF ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl ln -s /usr/local/openssl/include/openssl /usr/include/openssl echo "/usr/local/openssl/lib">>/etc/ld.so.conf ldconfig -v

      進(jìn)行到這里,編譯OpenSSL已完成了,趕緊去看看版本是不是對(duì)的?。?!

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)