]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
ocsptool: doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 18 Oct 2017 11:42:21 +0000 (13:42 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 18 Oct 2017 13:53:07 +0000 (15:53 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
src/ocsptool-args.def

index 274096cb75db574bb9bc857fe999fb2946dfeeaa..54752b01ecfc08b6c13891ce09ad3fad9d4fbe2d 100644 (file)
@@ -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_;
 };