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
Slávek Banko 44a41731af
Additional k => tde renaming and fixes
11 years ago
..
de Additional k => tde renaming and fixes 11 years ago
en Additional k => tde renaming and fixes 11 years ago
fr Additional k => tde renaming and fixes 11 years ago
sv Additional k => tde renaming and fixes 11 years ago
Makefile.am Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.DCOP Rename old tq methods that no longer need a unique name 13 years ago
README.FRITZBOX_VPN_IMPORT Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.OPENVPN_INLINE_CERT Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.SSH_VPN Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.VIRTUALIP Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.handbook Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
README.smartcard Initial TQt conversion 13 years ago
debian_compile.txt Update HTML install path references. 12 years ago
debian_compile_debug.txt Update HTML install path references. 12 years ago
der_import.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
gentoo_compile.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
openvpn.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
pptp.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
update_handbook.sh Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.2-err-sort.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.2-err.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.2-strings.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.3.1-err-newlines.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.3.1-err-sort.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.3.1-err.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-0.3.1-strings.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc-err.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 years ago
vpnc_connect_script_dns_patch_fix.txt Initial import of year-and-a-half-old upstream version 0.9.6a 13 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 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>.