summaryrefslogtreecommitdiff
path: root/doc/p11-kit-config.xml
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 17:56:24 +0200
committerStef Walter <stefw@gnome.org>2012-07-24 06:54:59 +0200
commitf10d361a5b523ce7f9289ba8d45ccd847510d619 (patch)
treed14ad400bb3d86a591effb749271b209b5a714e8 /doc/p11-kit-config.xml
parentc0251b132cad98318be0565f676b9fa92dd1b8b4 (diff)
Use '.module' extension on module configs
* And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158
Diffstat (limited to 'doc/p11-kit-config.xml')
-rw-r--r--doc/p11-kit-config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/p11-kit-config.xml b/doc/p11-kit-config.xml
index 11fb41f..a10cb7e 100644
--- a/doc/p11-kit-config.xml
+++ b/doc/p11-kit-config.xml
@@ -113,8 +113,11 @@ critical: yes
<title>Module Configuration</title>
<para>Each configured PKCS#11 module has its own config file. These files
- can be <link linkend="config-locations">placed in various locations</link>.
- Most importantly each config file specifies the path of the PKCS#11 module to
+ can be <link linkend="config-locations">placed in various locations</link>.</para>
+ <para>The filename of the configuration file may consist of upper and lowercase letters
+ underscore, comma, dash and dots. The first characters needs to be an alphanumeric,
+ the filename should end with a <literal>.module</literal> extension.</para>
+ <para>Most importantly each config file specifies the path of the PKCS#11 module to
load. A module config file has the following fields:</para>
<variablelist>