Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Modification of AirKey Virtual Smart Card Reader parameters is made via:

  1. Active Directory Group Policy mechanism (for workstations within the organization domain).
  2. Windows registry (for workstations that are beyond the bounds of Windows domain).

Configuring AirKey Virtual Smart Card Reader via Group Policies

Warning

It is necessary to add the Indeed AirKey Enterprise policy templates into the Active Directory administration template list before starting to configure group policies. Policy template files are included into the installation package of AirKey Runtime and can be found in the \Misc\GroupPolicyTemplates folder.

The AirKey Enterprise Server policy applies to user workstations and defines the settings of connection to Indeed AirKey Enterprise server.

Not Configured or Disabled value means that connection URL is not defined. In this case, AirKey cards cannot be used on this workstation. Default value is Not configured.

Enabled
The connection parameters defined by policy are used to connect to AirKey server when using AirKey cards. Specify the link and port to connect to server in the Server URL parameter.

Info
titleFor example

Изменение параметров работы считывателя устройств AirKey осуществляется через:

  1. Механизм групповых политик Active Directory (для рабочих станций, входящих в домен организации).
  2. Реестр Windows (для рабочих станций вне домена Windows).

Настройка параметров работы считывателя устройств AirKey через групповые политики

Warning

Перед настройкой групповой политики необходимо добавить в список административных шаблонов Active Directory шаблоны политик Indeed AirKey Enterprise. Файлы шаблонов политик входят в состав дистрибутива AirKey Runtime и располагаются в каталоге \Misc\GroupPolicyTemplates.

Политика AirKey Enterprise Server применяется к рабочим станциям пользователей и определяет настройки подключения к серверу Indeed AirKey Enterprise.

Не задан (Not Configured) или Отключен (Disabled)
Ссылка для подключения не установлена. В этом случае работа с устройствами AirKey на рабочей станции пользователя невозможна. Значение по умолчанию - Не задан.

Включен (Enabled)
При работе с устройствами AirKey будут использоваться указанные в политике параметры подключения к серверу AirKey. В параметре URL сервера укажите ссылку и порт для подключения к серверу.

Info
iconfalse
titleПример:

https://airkey.demo.local:3002
Убедитесь в том, что указанный порт открыт в брандмауэре для входящих подключений на сервере AirKey.

Политика Виртуальный считыватель AirKey применяется к рабочим станциям пользователей и определяет количество считывателей устройств AirKey на рабочей станции.

Не задан (Not Configured) или Отключен (Disabled)
Количество считывателей для подключения устройств AirKey равно 1. Значение по умолчанию - Не задан.

Включен (Enabled)
При работе с устройствами AirKey будут использоваться указанные в политике значения. В параметре Количество считывателей укажите количество считывателей, к которым могут быть подключены устройства AirKey. Значение по умолчанию – 3. Максимальное количество – 10.

Настройка параметров работы считывателя устройств AirKey через реестр

Make sure that the port is open for incoming connections in the firewall of AirKey server.

The Virtual AirKey reader policy applies to user workstations and defines the number of AirKey card readers on the workstation.

Not Configured or Disabled
This means that the number of readers for AirKey card connection is equal to 1. Default value is Not configured.

Enabled
Parameters defined by policy are used when using AirKey cards. Specify the number of readers to connect AirKey cards to in the Reader number parameter. Default value is 3. Maximum number is 10.

Configuring AirKey Virtual Smart Card Reader via Registry

Create a registry file (.reg) file with the following contentsСоздайте файл реестра (.reg) со следующим содержанием:

Code Block
languagepowershell
Windows Registry Editor Version 65.3000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\IndeedAirKey\Runtime]
"AirKeyEnterpriseServerUrl"=""
"ReaderInstanceCount"=dword:00000000

В параметре AirKeyEnterpriseServerUrl укажите ссылку и порт подключения к серверу AirKey.
В параметре ReaderInstanceCount укажите количество считывателей, к которым могут быть подключены устройства AirKey.

The AirKeyEnterpriseServerUrl parameter specifies a link and port to connect to AirKey server.
Specify the number of readers to connect AirKey cards to in the ReaderInstanceCount parameter.

The example below shows the contents of .reg file to connect to Indeed AirKey Enterprise server for airkey.demo.local computer via HTTPS protocol and 3002 port. The number of AirKey readers is Ниже приведен пример содержимого .reg-файла для подключения к серверу Indeed AirKey Enterprise с именем компьютера airkey.demo.local по протоколу https и порту 3002. Количество считывателей для подключения устройств AirKey равно 3:

Code Block
languagepowershell
titleПример:
Windows Registry Editor Version 65.3000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\IndeedAirKey\Runtime]
"AirKeyEnterpriseServerUrl"="https://airkey.demo.local:3002"
"ReaderInstanceCount"=dword:00000003