Project

General

Profile

Feature #5111

Updated by Davide Pesavento almost 4 years ago

Currently, `ndnsec export` can only export *one* one certificate and its corresponding private key to a SafeBag. 
 It is desirable [desirable](https://github.com/named-data/ndn-cxx/commit/35109a19d048365fda0a5efdb7c1525404a212a5#diff-936838597cacca0500733453a6bad6b0R86) to export *all* all certificates of under the same key with from the `ndnsec export` command. 

 This feature involves extending changing the SafeBag format, and implementing it in `ndnsec export` and `ndnsec import`. import` commands. 

Back