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