さくらVPS wordpressにSSL証明書(Let’s Encrypt)導入.その1
VPS,CentOS6系,Apache,Wordpress,のような比較的古い体制のSSL化メモ.
- CentOS6系のデフォルトのPythonは2.6のため,pythonのバージョンを上げる.
yum -y install centos-release-SCL
yum -y install python27 phthon27-python-tools
yum -y install dialog
# python27を有効化
scl enable python27 bash
let's Encript本体のリポジトリをcloneしてくる
cloneしたディレクトリへ移動し,足りないものなどがインストール
cd letsencrypt
./letsencrypt-auto --help証明書の発行
certbot certonly --webroot -w ルートディレクトリ -d ドメイン名