Searched refs:rsigner (Results 1 – 3 of 3) sorted by relevance
/openssl/demos/certs/ |
H A D | ocsprun.sh | 21 -rsigner resp.pem -rkey respkey.pem -rother intca.pem $*
|
/openssl/apps/ |
H A D | ocsp.c | 229 X509 *signer = NULL, *rsigner = NULL; in ocsp_main() local 585 rsigner = load_cert(rsignfile, FORMAT_UNDEF, "responder certificate"); in ocsp_main() 586 if (rsigner == NULL) { in ocsp_main() 608 && (rkey == NULL || rsigner == NULL || rca_certs == NULL)) { in ocsp_main() 724 make_ocsp_response(bio_err, &resp, req, rdb, rca_certs, rsigner, rkey, in ocsp_main() 862 X509_free(rsigner); in ocsp_main()
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 58 [B<-rsigner> I<file>] 337 If the B<-index> option is present then the B<-CA> and B<-rsigner> options 346 =item B<-rsigner> I<file> 354 specified in the B<-rsigner> option is used. 504 openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem 509 openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem 514 openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem 520 openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
|
Completed in 7 milliseconds