#80 getcert start-tracking: use issuer option when specified
Merged 6 years ago by rcritten. Opened 6 years ago by ftweedal.
ftweedal/certmonger fix/ignored-issuer-option  into  master

file modified
+3
@@ -1971,6 +1971,9 @@ 

  		case 'T':

  			profile = talloc_strdup(globals.tctx, poptarg);

  			break;

+ 		case 'X':

+ 			issuer = talloc_strdup(globals.tctx, poptarg);

+ 			break;

  		case 'i':

  			id = talloc_strdup(globals.tctx, poptarg);

  			break;

The --issuer / -X option is defined for getcert start-tracking but
it does not get processed. Use the option when specified.

rebased

6 years ago

Pull-Request has been merged by rcritten

6 years ago
Metadata