Searched refs:opt_crlcert (Results 1 – 1 of 1) sorted by relevance
98 static char *opt_crlcert = NULL; variable656 {&opt_crlcert}, {&opt_oldcrl}, {&opt_crlout},2894 opt_crlcert = opt_str(); in get_opts()3399 if (opt_oldcrl == NULL && opt_crlcert == NULL) { in do_genm()3408 if (opt_crlcert != NULL) { in do_genm()3409 crlcert = load_cert_pwd(opt_crlcert, opt_otherpass, in do_genm()3422 if (opt_oldcrl != NULL && opt_crlcert != NULL) { in do_genm()
Completed in 17 milliseconds