Add documentation on -timeout option in the ocsp utility
PR#3612 Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commitde87dd46c1
) (cherry picked from commit4d3df37bc7
)
This commit is contained in:
parent
51c5ab5d3a
commit
6c3d948723
2 changed files with 5 additions and 0 deletions
|
@ -628,6 +628,7 @@ int MAIN(int argc, char **argv)
|
|||
BIO_printf (bio_err, "-resp_key_id identify reponse by signing certificate key ID\n");
|
||||
BIO_printf (bio_err, "-nrequest n number of requests to accept (default unlimited)\n");
|
||||
BIO_printf (bio_err, "-<dgst alg> use specified digest in the request\n");
|
||||
BIO_printf (bio_err, "-timeout n timeout connection to OCSP responder after n seconds\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
|
@ -133,6 +133,10 @@ if the B<host> option is present then the OCSP request is sent to the host
|
|||
B<hostname> on port B<port>. B<path> specifies the HTTP path name to use
|
||||
or "/" by default.
|
||||
|
||||
=item B<-timeout seconds>
|
||||
|
||||
connection timeout to the OCSP responder in seconds
|
||||
|
||||
=item B<-CAfile file>, B<-CApath pathname>
|
||||
|
||||
file or pathname containing trusted CA certificates. These are used to verify
|
||||
|
|
Loading…
Reference in a new issue