Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Signing ClickOnce applications using mage.exe and Sha256 timestamp server url

Iam facing An error while trying to sign clickonce(.application) with MAGE.exe and SHA256 RFC 3161 timestamp.

mage.exe -s /path/to/our/.application" -cf certfile -ti [RFC 3161 timestamp]

I receive the following error:

"Internal error, please try again later. Parameter is incorrect."

If I try to sign without timestamp or SHA1 timestamp everything works fine.

Can you please suggest the correct approach to sign click once applications using SHA256 RFC 3161 timestamp

like image 622
WixBootStrapperApplication Avatar asked Oct 28 '22 22:10

WixBootStrapperApplication


1 Answers

The problem is solved on .NET Framework 4.7.2.

.NET Blog - Announcing the .NET Framework 4.7.2 https://blogs.msdn.microsoft.com/dotnet/2018/04/30/announcing-the-net-framework-4-7-2/

See the area. ClickOnce – Enable SHA256 timestamping of Deployment Manifests

like image 98
Yuichi Avatar answered Nov 16 '22 23:11

Yuichi