Installing PKS agents
Add a private key agent to SCM
-
Navigate to
, and click Download Agent. -
Select your operating system.
-
Click Download.
The agent should now be listed on the Private Key Agent page with a status of Pending.
Install a private key agent
-
Right-click the setup file and select Run as Administrator.
-
Read the EULA, accept the terms of use by selecting I accept the agreement, then click Next.
-
Review the installation location and click Install.
-
Click Finish.
-
Give execute permission to the installer binary.
chmod +x ccmpkcontrollerinstall-amd64.bin
-
Run the installer.
sudo ./ccmpkcontrollerinstall-amd64.bin
-
Accept the EULA.
The agent should now be listed on the Private Key Agent page with a status of Connected.
Once connected to SCM you should confirm the Agent Hostname/IP Address listed in SCM. This value is used to connect to the private key agent when a user wants to download a private key. Switch to a more consistent hostname if the default value might change or be unreachable.
Uninstall a PKS agent
This cannot be undone. If you uninstall the PKS agent all stored private keys will be lost. |
-
Navigate to
. -
Search for CCM.
-
Select the CCMPkController and click Uninstall.
This cannot be undone. If you uninstall the PKS agent all stored private keys will be lost. |
-
Stop the PKS agent service.
sudo service ccmpkcontroller stop
-
Navigate to the
/etc/init.d
directory. -
Delete the
ccmpkcontroller
file. -
(Optional) Delete the PKS agent installation files and key store.
-
Navigate to the
/opt/comodo
directory. -
Delete the
ccmpkcontroller
directory.
-
Configure proxy server
If the use of an HTTPS proxy server is required in your organization, you must configure the agents.properties
file to enable communication between your agent and SCM.
You can configure an agent for use with an HTTPS proxy server as follows:
-
Open your
agents.properties
file.For example, the path for a network agent might be
Windows(C:)/Program Files (x86)/COMODO/CCMExtraAgent/conf/agent.properties
-
Specify your proxy settings based on the information in the following table.
Parameter Description proxy.pacurl
The address of your proxy auto-config (PAC)
This file contains your proxy configuration details and can be used instead of manually entering the values.
proxy.host
The hostname or IP address of your proxy server
proxy.port
The port number used by your proxy server
proxy.user
The username for accessing the proxy server if configured to use credentials
proxy.password
The password for accessing the proxy server if configured to use credentials
-
Save the file.
-
Restart the agent using the
certsrv.mcs
snap-in.