From: Nikos Mavrogiannopoulos Date: Thu, 26 Jun 2014 15:31:15 +0000 (+0200) Subject: corrected typo X-Git-Tag: gnutls_3_3_5~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e1d2533dfb01fbfcae3332364396acba697c075;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/src/p11tool-args.def b/src/p11tool-args.def index 3a79cac8ac..eed03b659a 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -6,7 +6,7 @@ detail = "Program that allows operations on PKCS #11 smart cards and security modules. To use PKCS #11 tokens with GnuTLS the p11-kit configuration files need to be setup. -That is create a .conf file in /etc/pkcs11/modules with the contents 'module: /path/to/pkcs11.so'. +That is create a .module file in /etc/pkcs11/modules with the contents 'module: /path/to/pkcs11.so'. Alternatively the configuration file /etc/gnutls/pkcs11.conf has to exist and contain a number of lines of the form 'load=/usr/lib/opensc-pkcs11.so'.