|
|
50440f |
commit b50eb39e3cf8ccfdb735fbddfcdae10bdb70e1c4
|
|
|
50440f |
Author: Joy Latten <jmlatten@linux.vnet.ibm.com>
|
|
|
50440f |
Date: Wed Sep 4 16:12:38 2013 -0500
|
|
|
50440f |
|
|
|
50440f |
Update the opencryptoki(7) man page and remove reference to
|
|
|
50440f |
pkcs11_startup and pk_config_data.
|
|
|
50440f |
|
|
|
50440f |
Signed-off-by: Joy Latten <jmlatten@linux.vnet.ibm.com>
|
|
|
50440f |
|
|
|
50440f |
diff --git a/man/man7/opencryptoki.7.in b/man/man7/opencryptoki.7.in
|
|
|
50440f |
index 5030bd2..bf5a65e 100644
|
|
|
50440f |
--- a/man/man7/opencryptoki.7.in
|
|
|
50440f |
+++ b/man/man7/opencryptoki.7.in
|
|
|
50440f |
@@ -9,11 +9,9 @@ tokens, which may be implemented via software or hardware. The PKCS#11
|
|
|
50440f |
specification has been released by RSA Labs. More information on PKCS#11
|
|
|
50440f |
can be found on the RSA labs website: http://www.rsa.com/rsalabs.
|
|
|
50440f |
|
|
|
50440f |
-To use openCryptoki, first run \fIpkcs11_startup\fP to initialize the
|
|
|
50440f |
-contents of the pk_config_data file. Then run the \fIpkcsslotd\fP daemon. At
|
|
|
50440f |
-this point, openCryptoki is ready to start receiving PKCS#11 requests
|
|
|
50440f |
-from user applications. If openCryptoki is included by your distro, its
|
|
|
50440f |
-likely that pkcs11_startup is run automatically by an init script.
|
|
|
50440f |
+To use openCryptoki, run the \fIpkcsslotd\fP daemon. The daemon will
|
|
|
50440f |
+read the \fIopencryptoki.conf\fP file to collect information about the
|
|
|
50440f |
+tokens and their slots.
|
|
|
50440f |
|
|
|
50440f |
Use the \fIpkcsconf\fP utility to further configure openCryptoki once the
|
|
|
50440f |
daemon is running.
|
|
|
50440f |
@@ -33,7 +31,5 @@ privileges of other openCryptoki users.
|
|
|
50440f |
.TP
|
|
|
50440f |
\fBpkcsconf\fP(1),
|
|
|
50440f |
.TP
|
|
|
50440f |
-\fBpk_config_data\fP(5),
|
|
|
50440f |
-.TP
|
|
|
50440f |
-\fBpkcs11_startup\fP(1).
|
|
|
50440f |
+\fBopencryptoki.conf\fP(5).
|
|
|
50440f |
.PD
|