summaryrefslogtreecommitdiffstats
path: root/doc/README.smartcard
blob: 65654bbd1ebe8956466129a3fcf017d865091c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>.