vps letsencrypt 追加

※ # service httpd restart ←これ忘れないでね!

# service httpd stop
# cd letsencrypt
# ./letsencrypt-auto certonly -a standalone -d ドメイン名(xxxx.comなど)

# service httpd restart

ディレクトリパーミッション変更
※ディレクトリ名の後にスラッシュ(/)
ディレクトリ以下すべて

chmod -R 777 ディレクトリ名/
PAGE TOP