Time and Attendance Update Failing at Verify ExecuTime step in Tyler Deploy
Error occurred when trying to upgrade Time and Attendance. The Verify ExecuTime step states the following error:
Certificate path exists: [Drive]:\CertificateFolder\ETCert.pfx
Invalid certificate password for ETCert.pfx
Time and Attendance
Certificate
ExecuTime
Tyler Deploy
Invalid Password
The issue is due to the password associated with the certificate does not match the password in the ExecuTime (Time and Attendance) configuration page in Tyler Deploy.
To extract the password for the existing certificate, navigate to [DRIVE:\]{InstanceName}\WildFly\standalone\configuration
Open the standalone.xml file in Notepad++
Search for <ssl> (it is right near the top)
Inside the <ssl> tag you have a keystore tag, by default it looks like this:
<keystore path="ETCert.pfx" relative-to="jboss.server.config.dir" keystore-password="password" alias="server" key-password="password" generate-self-signed-certificate-host="localhost"/>
Copy the value that's in the quotations next to keystore-password
Ex: keystore-password="password123"
Update the password in the Tyler Deploy ExecuTime Configuration. See following article on how to update the password field in Deploy
Redeploy the upgrade for Time and Attendance.