]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 26 Jun 2014 15:31:15 +0000 (17:31 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 26 Jun 2014 15:31:15 +0000 (17:31 +0200)
src/p11tool-args.def

index 3a79cac8acc4b314aeb8b9da74bd8edadf928d22..eed03b659aa380a3f3f8cbe600aae8aac32cc9b2 100644 (file)
@@ -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'.