Microsoft just updated code signing rules for #msdyn365BC
learn.microsoft.com·16h·
Discuss: DEV
Flag this post

Code signing is a common practice for many applications. It’s the process of digitally signing a file to verify the author and that the file hasn’t been tampered with since it was signed. The signature of the app package file is verified during the publishing of the extension using the Publish-NAVApp cmdlet. For more technical information on signing, see Authenticode.

Note

If you want to publish an unsigned extension package in your on-premise environment, you need to explicitly state it by using the - SkipVerification parameter on the Publish-NAVApp cmdlet. An extension without a valid signature won’t be published on AppSource.

How you sign an app pa…

Similar Posts

Loading similar posts...