From: Nikos Mavrogiannopoulos Date: Sun, 28 Oct 2012 04:01:55 +0000 (+0100) Subject: corrected typo X-Git-Tag: gnutls_3_1_4~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49aec0ff9a1120f7930f2e9891ba8ccd745f5f0b;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index 3329da906d..f53cc96472 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -583,7 +583,8 @@ way a client avoids an additional connection to the OCSP server. A server is required to provide the OCSP server's response using the @funcref{gnutls_certificate_set_ocsp_status_request_file}. The response may be obtained periodically using the following command. -@begin example + +@example ocsptool --ask --load-cert server_cert.pem --load-issuer the_issuer.pem --load-signer the_issuer.pem --outfile ocsp.response @end example