Project

General

Profile

Feature #2237

Updated by Junxiao Shi over 9 years ago

The certificate signed the remote registration command may be available only at the machine issuing the command.   
 

 This creates a the chicken-and-egg problem: to verify command NRD needs to fetch the cert, to fetch the cert the prefix should be already registered. 

 This task is to solve this problem in the following way: 

 **Input**: Input: receive remote registration command for *PREFIX* prefix <PREFIX> 

 **Actions**: Actions: During validation, any certificate with the name starting with *PREFIX* <PREFIX> should be fetched using `LocalControlHeader::setOutgoingFaceId()` LocalControlHeader::setOutgoingFaceId() 

 Current **prerequisites**: pre-requisites.    During registration, strategy for the prefix needs to be changed to `client-control`. local-control. 

Back