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