diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-01 22:42:58 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-01 22:42:58 +0000 |
commit | b585364aed8ef6fd7641cbc8f0f79217df4057d5 (patch) | |
tree | c19c996a54a7aa75b9e5942726f037ec8ed1b29f /openvpn.8 | |
parent | Merged 2.0.4 changes. (diff) | |
download | openvpn-b585364aed8ef6fd7641cbc8f0f79217df4057d5.tar.xz |
More PKCS#11 changes.
Merged with https://svn.openvpn.net/projects/openvpn/contrib/alon/BETA21@752
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@753 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -211,6 +211,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-pkcs11\-id\fR\ \fIname\fR\ ] [\ \fB\-\-pkcs11\-pin\-cache\fR\ \fIseconds\fR\ ] [\ \fB\-\-pkcs11\-protected\-authentication\fR\ ] +[\ \fB\-\-pkcs11\-cert\-private\fR\ ] [\ \fB\-\-pkcs12\fR\ \fIfile\fR\ ] [\ \fB\-\-plugin\fR\ \fImodule\-pathname\ init\-string\fR\ ] [\ \fB\-\-port\fR\ \fIport\fR\ ] @@ -3595,6 +3596,10 @@ Use PKCS#11 protected authentication path, useful for biometric and external keypad devices. .\"********************************************************* .TP +.B --pkcs11-cert-private +Set if access to certificate object should be performed after login. +.\"********************************************************* +.TP .B --cryptoapicert select-string Load the certificate and private key from the Windows Certificate System Store (Windows Only). |