Currently, `ndn_sig_verifier_verify_data` can only accept key name in KeyLocator.Name field. https://github.com/named-data-iot/ndn-lite/blob/d60a114a4c4e8422577ab8ae3817f79eed948254/app-support/ndn-sig-verifier.c#L292 It should be changed to accept either key name or certificate name. See #72.