diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-17 23:15:40 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-17 23:18:09 +0100 |
commit | 79f9ccf8a9196a809595bd039722a4ea0a0e26f3 (patch) | |
tree | 2f9bb25b9bfcf3677ec17d0d32365624c84fd02b /src | |
parent | d3f6037813300c349a0deae9ea7e7b6a80a03ebb (diff) | |
download | gnutls-79f9ccf8a9196a809595bd039722a4ea0a0e26f3.tar.gz |
updated doc
Diffstat (limited to 'src')
-rw-r--r-- | src/ocsptool-args.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocsptool-args.def b/src/ocsptool-args.def index 4db0eff3fe..9fe9320d4a 100644 --- a/src/ocsptool-args.def +++ b/src/ocsptool-args.def @@ -20,7 +20,7 @@ export = '#include <gettext.h>'; copyright = { date = "2012"; owner = "Free Software Foundation"; - author = "Simon Josefsson and others; see /usr/share/doc/gnutls-bin/AUTHORS for a complete list."; + author = "Simon Josefsson, Nikos Mavrogiannopoulos and others; see /usr/share/doc/gnutls-bin/AUTHORS for a complete list."; eaddr = "bug-gnutls@gnu.org"; type = gpl; }; @@ -298,7 +298,7 @@ create a OCSP request for the certificate. @example $ ocsptool --ask ocsp.CAcert.org --load-issuer issuer.pem --load-cert cert.pem \ - --outfile ocsp-request.der + --outfile ocsp-response.der @end example The request is sent via HTTP to the OCSP server address specified. If the |