replace certbot log rotation with logrotate

This commit is contained in:
Daniel Micay 2024-02-13 11:56:53 -05:00
parent e81e9feef3
commit 2e7058e9c4
3 changed files with 43 additions and 1 deletions

4
logrotate.d/letsencrypt Normal file
View file

@ -0,0 +1,4 @@
/var/log/letsencrypt/*.log {
missingok
nocreate
}