検索条件
全2件
(1/1ページ)
echo "test" | mail -s "test title" -r from@example.com to@example.com今度時間あるときに転送周りとcronメールも整理しよう。
#certbot certonly --webroot -w /var/www/html -d dt8.jp www.dt8.jpとした。
#netfilter-persistent reloadサーバ入れ替えた際に、かなり雑に作業をしてしまったのでiptablesの管理方法をちゃんと定義できてない。
#!/bin/bash /usr/sbin/apache2ctl restart /bin/echo "証明書を更新し、Webサーバを再起動しました。" | /usr/bin/mail -s "証明書更新・Webサーバ再起動通知" -r mailaddress@example.com mailaddress@example.comとか書く。
#certbot renew --force-renewal証明書の期限更新~Webサーバの再起動~メール送信の一連の処理が行われることを確認。
certbot.errors.MissingCommandlineFlag: Missing command line flag or config entry for this setting: Select the webroot for dt8.jp: Choices: ['Enter a new webroot', '/var/www/html'] (You can set this with the --webroot-path flag) 2021-10-13 17:06:46,513:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed: 2021-10-13 17:06:46,514:ERROR:certbot.renewal: /etc/letsencrypt/live/dt8.jp/fullchain.pem (failure)dt8.jpのエントリがないと言われる。
#certbot renew --dry-runしたら通るようになったので次のcronを待って、証明書が更新されることを確認した。