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` and `-c` are is specified, the command line tool should port the issued cert to designated repo service. 
 For now, it only supports one ca identity to publish issued certificate to repo. 

 ``` 
 ndncert-ca-server -r    -c ca-identity-name repo-prefix 
 ``` 

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

Back