diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /doc/README.smartcard | |
download | kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip |
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'doc/README.smartcard')
-rw-r--r-- | doc/README.smartcard | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/README.smartcard b/doc/README.smartcard new file mode 100644 index 0000000..65654bb --- /dev/null +++ b/doc/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, useally 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>. |