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
It should be possible to clear the CertNanny state for a specific keystore using an administrative command (instead of manually deleting files from the state directory).
Suggested use:
To reset the state files of keystore "mykeystore" referenced in foo.cfg:
certnanny --config foo.cfg purgestate mykeystore
Bonus points:
introduce a command to purge all keystores (possibly require use of --force to confirm the action)
introduce a "list" command to list all configured keystores, possibly with current certificate status/expiration date
The text was updated successfully, but these errors were encountered:
It should be possible to clear the CertNanny state for a specific keystore using an administrative command (instead of manually deleting files from the state directory).
Suggested use:
To reset the state files of keystore "mykeystore" referenced in foo.cfg:
certnanny --config foo.cfg purgestate mykeystore
Bonus points:
The text was updated successfully, but these errors were encountered: