Project

General

Profile

Feature #4455

Updated by Zhiyi Zhang over 6 years ago

As the title implies, ndncert-ca-server should have the parameter to port the issued cert to repo. If `-r` is specified, the command line tool should port the issued cert to designated repo service. 

 ``` 
 ndncert-ca-server -r repo-prefix param 
 ``` 

 This function does not belong to the ndncert library but should belong to the command line tool only.

Back