To install agents on user workstations, follow these steps:
To add an Axidian CertiFlow administrative template (ADMX), proceed as follows:
Copy the contents of AxidianCertiflow.Client\Misc\PolicyDefinitions folder to the central ADMX file storage of domain controller C:\Windows\SYSVOL\domain\Policies\PolicyDefinitions.
If you use local ADMX file storage, place Axidian CertiFlow templates in C:\Windows\PolicyDefinitions folder. |
Create a new group policy object in the console tree or select an existing one.
Specify the path to the agentserviceapi application in the Agents service URL parameter.
Agent registration service URL: https://srv.demo.local:3003/agentregistrationapi/ |
Specify the path to the agentserviceapi application in the Agents service URL parameter.
Agent registration service URL: https://srv.demo.local:3003/agentregistrationapi/ |
Policies are updated after you reboot the workstation with agent installed. To force Group Policy updates without rebooting, run the gpupdate /force command. |
You can configure additional policies for agents operation:
The policy defines:
The policy defines:
The policy defines the use of a proxy server when you connect to CertiFlow server.
If the policy is disabled or not set, the proxy server will not be used.
You can set the proxy server address in Proxy server field.
The policy defines the event recording level in the CertiFlow server Event Log:
The policy defines:
The policy defines how often the smart card status is checked (default value is 30 seconds):
Create a registry file (.reg) with the following contents:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxidianCertiFlow\Agent] "AgentRegistrationServiceUrl"="" "AgentServiceUrl"="" "ProxyEnable"= "ProxyServer"="" |
For 32-bit systems, the parameter branch is: [HKEY_LOCAL_MACHINE\SOFTWARE\AxidianCertiFlow\Agent] |
AgentRegistrationServiceUrl specifies a link and port to connect to agentregistrationapi application.
AgentServiceUrl specifies a web address and port to connect to agentserviceapi application.
If you use a proxy on workstations where agent is installed, specify ProxyEnable and ProxyServer parameters (proxy server URL).
|
Here is an example of a .reg file to connect to Axidian CertiFlow server named srv.demo.local via HTTPS protocol and 3003 port using the proxy server https://192.168.10.10:443.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxidianCertiFlow\Agent] "AgentRegistrationServiceUrl"="https://srv.demo.local:3003/agentregistrationapi/" "AgentServiceUrl"="https://srv.demo.local:3003/agentserviceapi/" "ProxyEnable"=dword:00000001 "ProxyServer"="https://192.168.10.10:443" |
Distribute the registry file and make changes to user workstations’ settings. To apply changes, reboot the workstation with Axidian CertiFlow Agent installed or restart the Axidian CertiFlow Agent Service. |