Changes between Version 1 and Version 2 of UsingSmartcards


Ignore:
Timestamp:
08/18/11 14:18:47 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingSmartcards

    v1 v2  
    1 For now, look at [http://acksyn.org/docs/smart-cards-openvpn.html The OpenVPN smartcard HOWTO]
     1= Introduction =
     2
     3It is possible to use smartcards with OpenVPN clients. However, it can be tricky to find OpenVPN, OpenSSL and OpenSC versions which play well together. Fortunately Alon from the [https://www.opensc-project.org OpenSC project] provides custom builds that make things easier for many. Here are instructions for using them:
     4
     5{{{
     6Builds are at [1], had to change location.
     7Instructions are at [2].
     8
     9You need version 010 of the build.
     10
     11i686 - is 32bit
     12x86_64 - is 64bit
     13
     14You need to install openvpn installer, which will install the tap driver.
     15Then extract files from base and openvpn to specific directory and use
     16this openvpn.
     17
     18You can also use the setup, I've never used it my-self but told that
     19it is working.
     20
     21[1] http://www.opensc-project.org/downloads/users/alonbl/build/
     22[2] https://www.opensc-project.org/build/
     23}}}
     24
     25These instructions were originally published [http://thread.gmane.org/gmane.network.openvpn.user/32383/focus=32394 here].
     26
     27= External resources =
     28
     29 * [http://acksyn.org/docs/smart-cards-openvpn.html The OpenVPN smartcard HOWTO]