Mar 12, 2026
|
OVERVIEW: This page provides instructions on all automation workflows, including automated certificate renewal, deployment tasks, and Discovery auto‑scans, are executed by the Automation Service. The Automation Service runs as a Windows service on the TLS Connect server. When running, it operates in the background and periodically checks whether any automation tasks are due to run based on their configured schedules. This feature is for Premium licenses only. For more information and frequently asked questions, please refer to this page. |
Open the TLS Connect application and navigate to the Automation > Dashboard tab.
Click Install Service. This installs the TLS Connect Automation Service in Windows Services. The service status will read “Stopped.”
Click Start Service to run in the background and begin running automation tasks. The service status will read “Running.”
Click Stop Service to pause the service from running and all automation activity. The service status will read “Stopped.”
Click Uninstall to remove the service. The service status will read “Not Installed.”
Once the service is running, an agent.json file will be generated and deploy it to your local server on port 5086. You can check the status of this server by navigating to the Automation > Agent Hub Logs tab and clicking Ping Hub.
If you want to enable TLS Connect to deploy certificates to other Windows or Linux servers, you need to create an agent so that the server can communicate with TLS Connect.
Open a text editor on the server that will receive traffic from TLS Connect and paste the following text into the file:
{ "Hub": { "BaseUrl": "http://127.0.0.1:5086" }, "Auth": { "Mode": "Hmac" }, "Polling": { "IntervalSeconds": 3 } }Change the BaseURL to the server’s IP address and port.
Save the file as “agent.json.”
You can verify the configuration of the agent by running it. If the message returned says “No task. Polling will stay quiet until a task arrives.” then the agent is active and ready for use.
Open the TLS Connect application and navigate to the Automation > Agent Hub Logs to view your connected servers.
Automation profiles define where certificates are deployed when an automation task runs.
Open the TLS Connect application and navigate to the Automation > Server Profiles tab.
Click Create Profile.
You can name the profile something unique by clicking the Edit (blue pencil) icon next to the profile name.
Click Add Targets and add one or more deployment targets, such as:
Servers
Cloud platforms
Network appliances
You must have agents deployed to servers, and your cloud platforms/network appliances must be configured in TLS Connect to use this feature. Multiple targets can be included in a single automation profile.
Automation tasks define when certificates are renewed and which deployment profile is used.
Navigate to Automation > Cert Config.
Click New Task.
Enter a name for the task in the Task Name field.
Select the GlobalSign issuing platform, along with the appropriate issuing profile or product.
Specify how many days before certificate expiration the renewal task should run.
Select a certificate from the Source Certificate drop-down menu.
This certificate serves as a template for renewed certificates.
Select the automation profile you created earlier in the Deployment Profile drop-down menu.
Click Save Task.
From Automation > Dashboard you can view, modify, pause, or resume automation tasks. The dashboard also displays the number of tasks that are currently pending execution.
You can control how often the Automation Service checks for pending tasks.
From the Automation > Dashboard screen, you can:
Configure how frequently the Automation Service runs
Specify a daily execution time
Click Run Once to manually trigger the Automation Service immediately.
Check your certificate installation for SSL issues and vulnerabilities.