Versions Compared

Key

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

Run the IndeedCM.AirCard.Middleware.msi from IndeedCM.Client-v<version> folder installation package and complete the procedure, following the Wizard instructions.

Run the Indeed.AirCard.Runtime.msi from Indeed AirCard Enterprise installation package and complete the procedure, following the Wizard instructions.

To install AirCard Runtime using Windows group policies, it is necessary to place the following certificates to the Local Computer storage of each workstation:

  • Indeed LLC – signature certificate of .msi package. This certificate is to be placed to Trusted Publishers section.
Tip

The certificate is included into the Indeed AirCard Enterprise installation package and can be found in IndeedID.AirCard.Runtime\Misc\Certificates folder.

Configuring AirCard Virtual Smart Card Reader

Modification of AirCard 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 AirCard Virtual Smart Card Reader via Group Policies

Note

It is necessary to add the Indeed AirCard 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 AirCard Runtime and can be found in the \Misc\GroupPolicyTemplates folder.

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

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

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

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

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

1. Настройка параметров работы считывателя устройств 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ПримерFor example:

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

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

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

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

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

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

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

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

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

Configuring AirCard 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\IndeedAirKeyIndeedAirCard\Runtime]
"AirKeyEnterpriseServerUrlAirCardEnterpriseServerUrl"=""
"ReaderInstanceCount"=dword:00000000

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

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

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

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\IndeedAirKeyIndeedAirCard\Runtime]
"AirKeyEnterpriseServerUrlAirCardEnterpriseServerUrl"="https://airkeyaircard.demo.local:3002"
"ReaderInstanceCount"=dword:00000003