Home
last modified time | relevance | path

Searched refs:rsigner (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/demos/certs/
H A Docsprun.sh21 -rsigner resp.pem -rkey respkey.pem -rother intca.pem "$@"
/freebsd/crypto/openssl/apps/
H A Docsp.c273 X509 *signer = NULL, *rsigner = NULL; in ocsp_main() local
629 rsigner = load_cert(rsignfile, FORMAT_UNDEF, "responder certificate"); in ocsp_main()
630 if (rsigner == NULL) { in ocsp_main()
652 && (rkey == NULL || rsigner == NULL || rca_certs == NULL)) { in ocsp_main()
768 make_ocsp_response(bio_err, &resp, req, rdb, rca_certs, rsigner, rkey, in ocsp_main()
908 X509_free(rsigner); in ocsp_main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in58 [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