summaryrefslogtreecommitdiffstats
path: root/doc/misc/README.smartcard
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-02-22 12:31:47 +0100
committergregory guy <[email protected]>2020-02-22 12:44:01 +0100
commit9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch)
tree5414f4b1866fb6ac99d742f217b19f470e1ae477 /doc/misc/README.smartcard
parenta79160540c050b5eaca4ecdcee65ec2e164eae6f (diff)
downloadkvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz
kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.zip
Drop automake build support.
Add basic build instructions. Rework of the README, INSTALL and help page. Remove empty folder templates and the NEWS file. Delete the INSTALL.debian and INSTALL.gentoo files. Create the doc/misc folder to hold lot of config and/or readme files. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/misc/README.smartcard')
-rw-r--r--doc/misc/README.smartcard25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/misc/README.smartcard b/doc/misc/README.smartcard
new file mode 100644
index 0000000..310d98a
--- /dev/null
+++ b/doc/misc/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, 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 <[email protected]>.