After upgrading Aria Automation to version 9.x or higher, the vIDM certificate may need to be re-trusted to restore proper authentication and integration functionality. This article provides steps to automate the re-trust process using a shell script.
Aria Automation 9.x or later
Post-upgrade, the existing vIDM certificate may no longer be trusted by Aria Automation. This leads to authentication or communication issues between Aria Automation and vIDM. A re-trust of the updated certificate is required.
Follow the steps below to retrust the vIDM certificate:
1. Prerequisites
Required inputs:
VCFA hostnameVCFA password (used to log in to the VCFA instance)New certificate full file path (e.g., /root/script/Certificate_wsa-new-certificate.pem)2. Procedure
chmod +x vIDMRetrustCertificate.sh./vIDMRetrustCertificate.shEnsure the certificate file path is accessible from the vRLCM terminal.
If the script execution fails, double-check file permissions and input values.
This script is intended only for Day 2 certificate retrust post-upgrade, not for initial deployments.