vps letsencrypt 追加
※ # service httpd restart ←これ忘れないでね!
1 2 3 4 5 | # service httpd stop# cd letsencrypt# ./letsencrypt-auto certonly -a standalone -d ドメイン名(xxxx.comなど)# service httpd restart |
ディレクトリパーミッション変更
※ディレクトリ名の後にスラッシュ(/)
ディレクトリ以下すべて
1 | chmod -R 777 ディレクトリ名/ |