Unterstützte USB Tokens and SmartCards

Folgende USB Token sind voll kompatibel mit dem TheGreenBow VPN Client. Mit
USB Token können Benutzer und IT Administratoren die Authentifizierungsprozesse vereinfachen und sicherer gestalten.
Token zertifizieren...
Neue Token ATR Codes
Unter Umständen ist Ihr Token bzw. Ihre SmartCard nicht aufgelistet. Sie können jedoch ATR Codes für Ihr Token definieren und somit den Treiberzugriff für den TheGreenBow VPN Client ermöglichen.
Die TheGreenBow VPN Software benötigt hierzu eine sog. 'vpnconf.ini" Datei, in der Sie Treiberinformationen zu mehreren Token hinterlegen können.
Erfahren Sie nachfolgend, wie Sie eine 'vpnconf.ini' Datei erstellen können.
How to declare a new Token
The syntax for declaring an ATR in the file "vpnconf.ini" is:
[atr]
mask="."
scname="."
manufacturer="."
pkcs11DllName="."
registry="." |
- atr: Token ATR code
- mask: Token mask code
- scname: Token name
- manufacturer: Token manufacturer's name
- pkcs11DllName: PKCS#11 middleware file.
- registry: Value in the registry that points to the complete path of the DLL.
|
Note: This information is available from the Token manufacturer.
Exemple:
[3B:65:00:00:9C:02:02:07:02]
mask="FF:FF:00:00:FF:FF:FF:FF:FF"
scname="My token"
manufacturer="Token Manufacturer"
pkcs11DllName="pkcs11.dll"
registry="HKEY_LOCAL_MACHINE:SOFTWARE\\Microsoft\\Windows\\
CurrentVersion\\App Paths\\TgbIke.exe:DllPath"
Notes:
- If the PKCS#11 DLL (here as pkcs11.dll) is not in c:\windows\system32\ then "registry" must be set.
-
Registry is the value in the registry that points to the complete path of the DLL. The syntax is HKEY_LOCAL_MACHINE:<registry key>:<value in the registry key>.
For example, if a value "DllPath" with content "C:\Program Files\TheGreenBow\TheGreenBow VPN\pkcs11.dll" is created in "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\TgbIke.exe", registry line is : "HKEY_LOCAL_MACHINE:SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\TgbIke.exe:DllPath".
Troubleshootings
Since release 4.6, the IPSec VPN Client may take into account new Token ATR Code as soon as they are declared in an initialization file called "vpnconf.ini". This file "vpnconf.ini" must be saved in the same folder as tgbike.exe (install folder). Create a new "vpnconf.ini" file here.
Unknow ATR
Follow these instructions to install "vpnconf.ini" on your computer:
1. Download
vpnconf.ini
2. Copy "vpnconf.ini" in "TheGreenBow VPN" install folder (the same folder as tgbike.exe)
The software can't find middleware
In case of the middleware was not found:
1. Check in the file "vpnconf.ini" that the keys
"pkcs11DllName" and "registry" are correct (
See How to declare a new Token ATR Code)
2. Check that the middleware inform in the file "vpnconf.ini" exists on the system