'Could not apply timestamp to setup.msi' error with self signed certificate
Was able to always generate an AIR windows program in 2020 with a self signed certificate. Now in 2021 receive this error: Could not apply timestamp to setup.msi''
Using the latest 32 bit java sdk jdk1.8.0_271 per the below:
SET "JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_271"
SET PATH=%JAVA_HOME%\bin;%PATH%
SET PATH
adt -package -storetype pkcs12 ^
-keystore <path>\certificate\spt.p12 ^
-tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp" ^
-target native -storetype pkcs12 ^
-keystore <path>\certificate\spt.p12 ^
<program name>.exe <program name>.airi
What is the solution to this issue?
