久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      寶塔linux面板之升級OpenSSL教程

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

      寶塔linux面板之升級OpenSSL教程

      升級OpenSSL教程(親測可用)

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

      openssl version

      2、下載源代碼

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

      3、解壓源代碼包,并進入OpenSSL目錄

      tar zxvf OpenSSL_1_1_0c.tar.gz

      4、進行預編譯

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

      5、正式編譯OpenSSL了

      make && make install

      6、移動相關文件到相對應的目錄

      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

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

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