diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-18 09:39:00 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-18 09:39:00 +0000 |
commit | 24076bd978b834f51c9868d3377a2bcc88d924ee (patch) | |
tree | 7b2b69a332c7d8a4f638f6e3c5808aa1bf762e0b | |
parent | Fixed double fork bug. (diff) | |
download | openvpn-24076bd978b834f51c9868d3377a2bcc88d924ee.tar.xz |
Merged with Alon's tree @ r660
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@665 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | openvpn.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -209,6 +209,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-pkcs11\-slot\fR\ \fIname\fR\ ] [\ \fB\-\-pkcs11\-id\-type\fR\ \fItype\fR\ ] [\ \fB\-\-pkcs11\-id\fR\ \fIname\fR\ ] +[\ \fB\-\-pkcs11\-pin\-cache\fR\ \fIseconds\fR\ ] [\ \fB\-\-pkcs11\-protected\-authentication\fR\ ] [\ \fB\-\-pkcs12\fR\ \fIfile\fR\ ] [\ \fB\-\-plugin\fR\ \fImodule\-pathname\ init\-string\fR\ ] @@ -3585,6 +3586,10 @@ Specify how to locate the correct objects. Type can be one of the following: Specify a name of the object to search for. .\"********************************************************* .TP +.B --pkcs11-pin-cache seconds +Specify how many seconds the PIN can be cached, the default is until the token is removed. +.\"********************************************************* +.TP .B --pkcs11-protected-authentication Use PKCS#11 protected authentication path, useful for biometric and external keypad devices. |