Install the .pem file into the MID unified keystore and set up the MID Web Server to enable configuring mTLS on your MID Web Server and agent.
Before you begin
Copy the labmid/mid.pem file (created in the Create keys and certificates procedure) to your MID Web Server host directory.
Note: This procedure includes commands for both CentOS 7/Linux and Windows Server environments. Select the commands relevant for your host operating system. If working with another Linux distribution, adapt the commands as
needed for your specific OS.
Role required: agent_client_collector_admin
Procedure
-
In a Linux environment:
-
Access the agent subdirectory under the MID Server's host directory.
-
Import the .pem file into the MID unified keystore.
bin/scripts/manage-certificates.sh -a midwss /<path>/mid.pem;
bin/scripts/manage-certificates.sh -l;
Replace <path> with the directory where you copied the mid.pem file.
The relevant part of the output is: "defaultsecuritypairhandle,midwss"
-
Validate your MID Server on the instance.
-
Select the MID Server on the instance and select Setup ACC listener.
A new MID Web Server is created.
-
Navigate to the newly created MID Web Server record (ecc_agent_ext_context_webserver) on the instance.
-
Select the MID Web Server and set the Keystore certificate alias value to
midwss.
-
Select Save.
-
Restart the MID Web Server.
-
In a Windows environment:
-
Access the agent subdirectory under the MID Server's host directory.
-
Import the .pem file into the MID unified keystore.
bin\scripts\manage-certificates.bat -a midwss <path>\mid.pem
bin\scripts\manage-certificates.bat -l
Replace <path> with the directory where you copied the mid.pem file.
The relevant part of the output is: "defaultsecuritypairhandle,midwss"
-
Validate your MID Server on the instance.
-
Select the MID Server on the instance and select Setup ACC listener.
A new MID Web Server is created.
-
Navigate to the newly created MID Web Server record (ecc_agent_ext_context_webserver) on the instance.
-
Select the MID Web Server and set the Keystore certificate alias value to
midwss.
-
Select Save.
-
Restart the MID Web Server's Windows service using one of the following methods: