summaryrefslogtreecommitdiff
path: root/doc/manual/pkcs11.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/pkcs11.conf.xml')
-rw-r--r--doc/manual/pkcs11.conf.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/manual/pkcs11.conf.xml b/doc/manual/pkcs11.conf.xml
index 86c8fcb..16e6cb2 100644
--- a/doc/manual/pkcs11.conf.xml
+++ b/doc/manual/pkcs11.conf.xml
@@ -131,14 +131,6 @@ x-custom : text
not present, then any process will load the module.</para>
</listitem>
</varlistentry>
- <varlistentry id="option-isolated">
- <term><option>isolated:</option></term>
- <listitem>
- <para>Set to <literal>yes</literal> to run this PKCS#11 module in its own
- process. This is a simple way to set the <option>remote</option> to
- accomplish the same thing.</para>
- </listitem>
- </varlistentry>
<varlistentry>
<term><option>managed:</option></term>
<listitem>
@@ -162,7 +154,7 @@ x-custom : text
alphabetically.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="option-remote">
<term><option>remote:</option></term>
<listitem>
<para>Instead of loading the PKCS#11 module locally, run the module
@@ -173,6 +165,7 @@ x-custom : text
<programlisting>
remote: |ssh user@remote p11-kit remote /path/to/module.so
</programlisting>
+ <para>Other forms of remoting will appear in later p11-kit releases.</para>
</listitem>
</varlistentry>
<varlistentry>