diff options
Diffstat (limited to 'doc/manual/p11-kit.xml')
-rw-r--r-- | doc/manual/p11-kit.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/p11-kit.xml b/doc/manual/p11-kit.xml index bc618f9..be3f982 100644 --- a/doc/manual/p11-kit.xml +++ b/doc/manual/p11-kit.xml @@ -93,6 +93,21 @@ $ p11-kit list-modules for more information</para> </refsect1> +<refsect1 id="p11-kit-remote"> + <title>Remote</title> + + <para>Run a PKCS#11 module remotely.</para> + +<programlisting> +$ p11-kit remote /path/to/pkcs11-module.so +</programlisting> + + <para>This is not meant to be run directly from a terminal. But rather in a + <option>remote</option> option in a + <citerefentry><refentrytitle>pkcs11.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> + file.</para> +</refsect1> + <refsect1 id="p11-kit-bugs"> <title>Bugs</title> <para> |