VirtualEngine / Lability

Virtual Engine test lab deployment and configuration module
MIT License
283 stars 50 forks source link

AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.Pac kageManagement.Cmdlets.InstallPackage #404

Open Rokory opened 2 years ago

Rokory commented 2 years ago

Using Update-Module or Install-Module, I get this error:

PackageManagement\Install-Package : Authenticode issuer 'CN=Virtual Engine Limited, O=Virtual Engine Limited, L=London, C=GB' of the new module 'Lability' with version '0.21.1' from root certificate authority 'CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US' is not matching with the authenticode issuer 'CN=Virtual gine Limited, O=Virtual Engine Limited, L=London, C=GB' of the previously-installed module 'Lability' with version '0.20.0' from root certificate authority 'CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US'. If you still want to install or update, use -SkipPublisherCheck parameter.

I can still install the module with the -SkipPublisherCheck paramater, but this should be fixed.