diff options
Diffstat (limited to 'doc/misc/README.smartcard')
-rw-r--r-- | doc/misc/README.smartcard | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/misc/README.smartcard b/doc/misc/README.smartcard new file mode 100644 index 0000000..310d98a --- /dev/null +++ b/doc/misc/README.smartcard @@ -0,0 +1,25 @@ +Smartcard support in KVpnc +========================== + +Date: 2007/13/01 + +1. preparation + - smartcard reader suported by opensc + - 'pkcs11-tool -L' shows your reader + - openvpn 2.1 (development version!) +2. using it + 01. create a OpenVPN connection with the wizard + 02. go to profile - authentication - certificate/psk + 03. check 'enable pkcs11 smartcard support' + 04. select id type (usally id) + 05. check 'use token provider library' and select one if nessary + 06. click detect button behind slot combobox (now the slots on cardreaders should shown, usually 0) + 07. select your slot + 08. click detect button behind id combobox (now the content of the slot selected slot of step 6 should shown should be shown) + 09. select your id + 10. click save + 11. exit preferences dialog + 12. click connect + 13. if pin entry dialog shows up, enter your pin + +Feedback are welcome to <crissi99@gmx.de>. |