Skip to content

arti: keys: Add arti keys check-integrity

Summary

This MR adds the functionality check-integrity to arti keys.

arti keys check-integrity performs a validity check on keystores. It detects and reports unrecognized entries and paths, as well as malformed or expired keys. Such elements can be removed if requested.

Example usage

arti keys check-integrity -k arti -s

Additional information can be found in keys.md.

Notes

  • This MR is part of the GSoC proposal "Onion Service Support Tooling for Arti". Mentors: @gabi-250, @wesleyac.
  • Integration tests for the new functionalities will be added in a successive MR.

Merge request reports

Loading