Drop: pogreb support

This commit is contained in:
6543 2023-02-10 03:59:20 +01:00
parent 7b35a192bf
commit 089abd48de
11 changed files with 5 additions and 241 deletions

View file

@ -510,14 +510,6 @@ func MaintainCertDB(ctx context.Context, interval time.Duration, mainDomainSuffi
}
}
log.Debug().Msgf("Removed %d expired certificates from the database", expiredCertCount)
// compact the database
msg, err := certDB.Compact()
if err != nil {
log.Error().Err(err).Msg("Compacting key database failed")
} else {
log.Debug().Msgf("Compacted key database: %s", msg)
}
}
// update main cert