0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Merged with Alon's tree @ r660

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@665 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
james 2005-10-18 09:39:00 +00:00
parent 90e105d218
commit 24076bd978

View File

@ -209,6 +209,7 @@ openvpn \- secure IP tunnel daemon.
[\ \fB\-\-pkcs11\-slot\fR\ \fIname\fR\ ] [\ \fB\-\-pkcs11\-slot\fR\ \fIname\fR\ ]
[\ \fB\-\-pkcs11\-id\-type\fR\ \fItype\fR\ ] [\ \fB\-\-pkcs11\-id\-type\fR\ \fItype\fR\ ]
[\ \fB\-\-pkcs11\-id\fR\ \fIname\fR\ ] [\ \fB\-\-pkcs11\-id\fR\ \fIname\fR\ ]
[\ \fB\-\-pkcs11\-pin\-cache\fR\ \fIseconds\fR\ ]
[\ \fB\-\-pkcs11\-protected\-authentication\fR\ ] [\ \fB\-\-pkcs11\-protected\-authentication\fR\ ]
[\ \fB\-\-pkcs12\fR\ \fIfile\fR\ ] [\ \fB\-\-pkcs12\fR\ \fIfile\fR\ ]
[\ \fB\-\-plugin\fR\ \fImodule\-pathname\ init\-string\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. Specify a name of the object to search for.
.\"********************************************************* .\"*********************************************************
.TP .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 .B --pkcs11-protected-authentication
Use PKCS#11 protected authentication path, useful for biometric and external Use PKCS#11 protected authentication path, useful for biometric and external
keypad devices. keypad devices.