简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM