Actions
Bug #4648
openPrefix propagation does not work with app-owned certificate
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
NFD prefix propagation feature requires a signing certificate to be present in NFD's key chain (see Let the World Reach Your NFD "Where's the Key Chain?" section).
This is trivial on a source code installation in Ubuntu or macOS where NFD and apps use the same key chain of the current user, problematic on Ubuntu PPA installation where sudo
is needed to write into NFD's key chain, and very difficult on
Android where every app is isolated.
If a certificate is obtained and owned by an app, there is no way to expose it to NFD, and thus prefix propagation does not work.
Resolution of this problem requires protocol changes in separate issues.
Updated by Junxiao Shi over 6 years ago
- Blocked by Feature #4649: Include PrefixAnnouncement in prefix registration commands added
Updated by Junxiao Shi over 6 years ago
- Blocked by Feature #4651: Prefix propagation: use stored PrefixAnnouncement added
Updated by Junxiao Shi over 6 years ago
- Blocked by Feature #4652: Include PrefixAnnouncement in prefix registration commands added
Actions