このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
サーバ:ssl証明書_let_s_encrypt:ssl証明書の自動更新 [2019/04/01 12:04] yusuke_komori 削除 |
— (現在) | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== SSL証明書の自動更新(Let' | ||
- | 参考 https:// | ||
- | < | ||
- | $ sudo systemctl enable --now certbot-renew.timer | ||
- | |||
- | # タイマー確認 | ||
- | $ sudo systemctl list-timers | ||
- | |||
- | # 証明書更新後に自動でapacheの再起動 | ||
- | $ sudoedit / | ||
- | POST_HOOK=" | ||
- | |||
- | # 再起動 | ||
- | $ sudo apachectl restart | ||
- | |||
- | # ログ | ||
- | $ sudo systemctl status certbot-renew | ||
- | </ | ||
- | |||