summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-26 17:31:15 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-26 17:31:15 +0200
commit9e1d2533dfb01fbfcae3332364396acba697c075 (patch)
treea12e8540be708fba513acc1914fb55f973dc7811
parent6079b0d6761619169f4462c6892d49f82d64fc75 (diff)
downloadgnutls-9e1d2533dfb01fbfcae3332364396acba697c075.tar.gz
corrected typo
-rw-r--r--src/p11tool-args.def2
1 files changed, 1 insertions, 1 deletions
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'.