/var/log/certmaster/*.log {
   missingok
   notifempty
   rotate 4
   weekly
   sharedscripts
   postrotate
      /bin/systemctl condrestart certmaster.service > /dev/null || true
   endscript
}
