Renouvellement quotidien des certificats Letsencrypt #10

Open
opened 2023-10-16 14:56:24 +02:00 by neox · 0 comments
Owner

Actuellement, dans /etc le nombre de daily autocommit est très important, plus qu'en moyenne :

=(^-^)=root@video.chalec.org:/etc# git log --format='%ci %an %s'  |grep "daily autocommit"
2022-10-30 22:08:03 +0100 root daily autocommit
2022-09-18 20:19:06 +0200 root daily autocommit
2022-09-04 20:18:48 +0200 root daily autocommit
2022-09-03 06:25:02 +0200 root daily autocommit
2022-08-31 20:18:43 +0200 root daily autocommit
2022-08-10 17:31:26 +0200 root daily autocommit
2022-08-10 13:50:51 +0200 root daily autocommit
2022-07-06 06:25:02 +0200 root daily autocommit
2022-07-05 00:24:30 +0200 root daily autocommit
2022-07-04 00:24:27 +0200 root daily autocommit
2022-07-03 06:25:02 +0200 root daily autocommit
2022-07-03 00:24:27 +0200 root daily autocommit
2022-07-02 00:24:25 +0200 root daily autocommit
2022-07-01 00:24:24 +0200 root daily autocommit
2022-06-30 06:25:02 +0200 root daily autocommit
2022-06-30 00:24:22 +0200 root daily autocommit
2022-06-29 00:24:22 +0200 root daily autocommit
2022-06-28 06:25:02 +0200 root daily autocommit

En regardant le contenu des commits, il s'agit quasi-exclusivement de renouvellement Letsencrypt :

    daily autocommit
 .etckeeper                                          |  6 ++++
 letsencrypt/archive/video.chalec.org/cert6.pem      | 30 ++++++++++++++++++
 letsencrypt/archive/video.chalec.org/chain6.pem     | 61 +++++++++++++++++++++++++++++++++++
 letsencrypt/archive/video.chalec.org/fullchain6.pem | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 letsencrypt/archive/video.chalec.org/privkey6.pem   | 28 +++++++++++++++++
 letsencrypt/csr/0134_csr-certbot.pem                | 16 ++++++++++
 letsencrypt/keys/0134_key-certbot.pem               | 28 +++++++++++++++++
 letsencrypt/live/video.chalec.org/cert.pem          |  2 +-
 letsencrypt/live/video.chalec.org/chain.pem         |  2 +-
 letsencrypt/live/video.chalec.org/fullchain.pem     |  2 +-
 letsencrypt/live/video.chalec.org/privkey.pem       |  2 +-
 11 files changed, 264 insertions(+), 4 deletions(-)

Demande : corriger le problème.

Actuellement, dans `/etc` le nombre de `daily autocommit` est très important, plus qu'en moyenne : ``` =(^-^)=root@video.chalec.org:/etc# git log --format='%ci %an %s' |grep "daily autocommit" 2022-10-30 22:08:03 +0100 root daily autocommit 2022-09-18 20:19:06 +0200 root daily autocommit 2022-09-04 20:18:48 +0200 root daily autocommit 2022-09-03 06:25:02 +0200 root daily autocommit 2022-08-31 20:18:43 +0200 root daily autocommit 2022-08-10 17:31:26 +0200 root daily autocommit 2022-08-10 13:50:51 +0200 root daily autocommit 2022-07-06 06:25:02 +0200 root daily autocommit 2022-07-05 00:24:30 +0200 root daily autocommit 2022-07-04 00:24:27 +0200 root daily autocommit 2022-07-03 06:25:02 +0200 root daily autocommit 2022-07-03 00:24:27 +0200 root daily autocommit 2022-07-02 00:24:25 +0200 root daily autocommit 2022-07-01 00:24:24 +0200 root daily autocommit 2022-06-30 06:25:02 +0200 root daily autocommit 2022-06-30 00:24:22 +0200 root daily autocommit 2022-06-29 00:24:22 +0200 root daily autocommit 2022-06-28 06:25:02 +0200 root daily autocommit ``` En regardant le contenu des commits, il s'agit quasi-exclusivement de renouvellement Letsencrypt : ``` daily autocommit .etckeeper | 6 ++++ letsencrypt/archive/video.chalec.org/cert6.pem | 30 ++++++++++++++++++ letsencrypt/archive/video.chalec.org/chain6.pem | 61 +++++++++++++++++++++++++++++++++++ letsencrypt/archive/video.chalec.org/fullchain6.pem | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++ letsencrypt/archive/video.chalec.org/privkey6.pem | 28 +++++++++++++++++ letsencrypt/csr/0134_csr-certbot.pem | 16 ++++++++++ letsencrypt/keys/0134_key-certbot.pem | 28 +++++++++++++++++ letsencrypt/live/video.chalec.org/cert.pem | 2 +- letsencrypt/live/video.chalec.org/chain.pem | 2 +- letsencrypt/live/video.chalec.org/fullchain.pem | 2 +- letsencrypt/live/video.chalec.org/privkey.pem | 2 +- 11 files changed, 264 insertions(+), 4 deletions(-) ``` Demande : corriger le problème.
Sign in to join this conversation.
No description provided.