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/misc
Michele Calgaro 9d464f05b3
Removed old unnecessary/outdated files.
4 years ago
..
README.DCOP Drop automake build support. 4 years ago
README.FRITZBOX_VPN_IMPORT Drop automake build support. 4 years ago
README.OPENVPN_INLINE_CERT Drop automake build support. 4 years ago
README.SSH_VPN Drop automake build support. 4 years ago
README.VIRTUALIP Drop automake build support. 4 years ago
README.handbook Drop automake build support. 4 years ago
README.smartcard Drop automake build support. 4 years ago
pptp.txt Drop automake build support. 4 years ago

README.smartcard

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