Linux/Apache/mod_ssl.md
... ...
@@ -521,10 +521,10 @@ Kcertbot-key.+165+43987.key, Kcertbot-key.+165+43987.private の2つのファ
521 521
522 522
- サービス登録
523 523
```
524
- # systemctl status certbot-renew
525
- # systemctl start certbot-renew
526
- # systemctl enable certbot-renew
527
- # systemctl status certbot-renew
524
+ # systemctl status certbot-renew.timer
525
+ # systemctl enable --now certbot-renew.timer
526
+ # systemctl status certbot-renew.timer
527
+ # systemctl list-timers
528 528
```
529 529
530 530
# 動作確認