You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kvpnc/doc/README.smartcard

26 lines
891 B

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 Q_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>.