To configure automation on your sensor for an agentless appliance:
./addagentless
CLI command on the sensor. Provide login credentials and other configuration settings to the sensor../addagentless
CLI command on the sensor. Use a file to load login credentials and other configuration settings as a batch. See Configure sensor (agentless) automation settings using a file.Log in to the sensor host.
Go to the sensor CLI directory.
cd install_dir/cli
Where install_dir is the installation directory for the sensor.
Run the addagentless
command.
./addagentless.sh -type (BIGIP | NETSCALER | A10 | AWS)
addagentless.bat -type (BIGIP | NETSCALER | A10 | AWS)
docker exec -it <container-id/name> cli/addagentless.sh -type (BIGIP | NETSCALER | A10 | AWS)
Where -type specifies the type of appliance you want to configure.
When you enter the command, a series of prompts appears for each setting you need to enter. At each prompt, enter the specific settings for your appliance and press Return.
Run the docker ps
command to get the container name or ID and its operating status.
There are two ways to configure the agentless on docker:
docker exec -it <container-id/name> cli/addagentless.sh -type (BIGIP | NETSCALER | A10 | AWS)
command.docker exec -it <container-id/name> bash
command to get a bash shell in the container.cli/addagentless.sh -type (BIGIP | NETSCALER | A10 | AWS)
command.For example:
The information you enter for a load balancer varies depending on the load balancer type you configure (BIGIP, NETSCALER, A10, or AWS).
addagentless.bat -type A10
C:\Program Files\DigiCert\DigiCert sensor\cli>addagentless.bat -type A10
Sensor CLI. Copyright 2020, DigiCert Inc.
Add or change login credentials and specify data IP addresses for certificate automation.
Enter management IP address:10.141.17.192
Enter Management Port (443):443
If available, do you want to map this sensor with the previously voided loadbalancer (Y/N)?:N
Important: Enter an account that has admin (superuser) permission to manage all partitions on the A10 load balancer.
Enter admin username:admin
Enter admin password:
Confirm admin password:
Successfully added or changed the agentless.
IMPORTANT: After you run this command, return to Manage Automation Agents. Verify that the certificate host appears and is configured.
Verify the agentless automation configuration. See Verify sensor (agentless) automation configuration.
Related topics: