Closed adam-burns closed 4 months ago
Write a function such that given an arbitrary keyname (FQDN) as input, return a key in the keystore with the most exact name or superdomain (nil if none apply).
listKeysFiltered() exported via WASM now provides this function, returning JS JSON objects of keys.
Write a function such that given an arbitrary keyname (FQDN) as input, return a key in the keystore with the most exact name or superdomain (nil if none apply).