Project

General

Profile

Task #4384

Updated by Muktadir Chowdhury over 6 years ago

Nlsr serves certificate to others from its own certificate store. To get certificate from others, others Nlsr depends on DirectFetcher. 
 But when it needs its a own certificate to verify data/ interest (e.g. command interest sent from its own operator), it can't fetch it. We bypass the problem by putting the certificates in DirectFetcher's TrustAnchorContainer. 
 This problem can be solved by using loopback interest. When Nlsr sets we set interest filter for its own certificate, the keys we allow loopback interest. So when Nlsr asks for its own authoritative certificates, it can serve them from the certificate store.

Back