JohanVanEekelen
Are you able to sign files with the powershell module only?
Something like this?
$params = @{
Endpoint = "https://wus2.codesigning.azure.net/"
CodeSigningAccountName = "my-account"
CertificateProfileName = "my-cert-profile"
FilesFolder = "bin/Release/net6.0-windows10.0.19041.0/win10-x64/"
FilesFolderFilter = "exe,dll"
FileDigest = "SHA256"
TimestampRfc3161 = "http://timestamp.acs.microsoft.com/"
TimestampDigest = "SHA256"
}
Invoke-TrustedSigning @params
event with the module V https://www.powershellgallery.com/packages/TrustedSigning/0.4.1
it still dosent work with the powershell module on windows server 2022
PS module is downloading dependencies into appdata folder, and seems to have all the necessary files. but i still suspect authentication not working - az login dosent help any thing, i am not getting any entries in sign-in log