remove stale comment

This commit is contained in:
Greg T. Wallace 2025-06-23 20:01:41 -04:00
parent 451fc36518
commit 37b5d1871c

View file

@ -118,9 +118,6 @@ func (app *app) pemToAPCP15(keyPem, certPem []byte, parentCmdName string) (keyFi
}
}
// if support by 2, check 2 list
// if not found on 2 list, check 3 list
// check validity dates
if time.Now().Before(p15.Cert.NotBefore) {
app.stdLogger.Printf("WARNING: %s: Current time (%s) is before certificate's NotBefore time (%s).",