keymgr: Validate `ArtiPath`s, replace `HsClientSpecifier` with generic `ArtiPathComponent`
This replaces HsClientSpecifier
with ArtiPathComponent
(they both serve the same purpose except ArtiPathComponent
is more generic and can be reused for other the other specifiers we'll need to implement).
This also addresses the TODOs regarding ArtiPath
validation.