You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage targets and certificates based on their availability
The following two parameters are introduced to `icingacli x509 scan` command to manage targets and certificates:
1) `since-last-scan` - used to check when the target was last scanned (stored in column `last_scan` of table `x509_target`)
2) `since-last-seen` - used to check when the target or certificate was last seen (stored in column `last_seen of tables
`x509_target` and `x509_certificate`).
0 commit comments