mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-24 23:52:58 +00:00
remove stale comment
This commit is contained in:
parent
451fc36518
commit
37b5d1871c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
// check validity dates
|
||||||
if time.Now().Before(p15.Cert.NotBefore) {
|
if time.Now().Before(p15.Cert.NotBefore) {
|
||||||
app.stdLogger.Printf("WARNING: %s: Current time (%s) is before certificate's NotBefore time (%s).",
|
app.stdLogger.Printf("WARNING: %s: Current time (%s) is before certificate's NotBefore time (%s).",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue