免費的網站 SSL 憑證
12 月 25
作業系統: CentOS 6.7 (python2.7要自裝)
參考 https://github.com/nmilford/rpm-python27
會在 ~/rpmbuild/RPMS/i686 目錄下看到以下4個檔案
python27-tools-2.7.10-1.i686.rpm
python27-2.7.10-1.i686.rpm
python27-devel-2.7.10-1.i686.rpm
python27-debuginfo-2.7.10-1.i686.rpm
$ yum install {以上4個rpm檔案}
再到 /usr/bin 下, 換掉原本的 symbo-link
ln -sf python2.7 python2
就可以順利執行 letsencrypt-auto 了
有需要, 再自己把 python 換回來