From: Nikos Mavrogiannopoulos Date: Wed, 18 Oct 2017 11:42:21 +0000 (+0200) Subject: ocsptool: doc update X-Git-Tag: gnutls_3_6_1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1779f48768a9cc8f030bb61ca003ecdfc5753bdf;p=thirdparty%2Fgnutls.git ocsptool: doc update Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/src/ocsptool-args.def b/src/ocsptool-args.def index 274096cb75..54752b01ec 100644 --- a/src/ocsptool-args.def +++ b/src/ocsptool-args.def @@ -32,7 +32,7 @@ flag = { arg-optional; descrip = "Ask an OCSP/HTTP server on a certificate validity"; doc = "Connects to the specified HTTP OCSP server and queries on the validity of the loaded certificate. -It can be combined with --load-chain, where it checks +Its argument can be a URL or a plain server name. It can be combined with --load-chain, where it checks all certificates in the provided chain, or with --load-cert and --load-issuer options. The latter checks the provided certificate against its specified issuer certificate."; @@ -294,6 +294,10 @@ the certificates. It is possible to override the address of the OCSP server as well as ask information on a particular certificate using --load-cert and --load-issuer. +@example +$ ocsptool --ask http://ocsp.CAcert.org/ --load-chain chain.pem +@end example + _EOF_; };