[GH-ISSUE #29] Could not find a trusted signer. #13

Closed
opened 2026-02-28 02:14:15 +03:00 by kerem · 1 comment
Owner

Originally created by @pumucklll on GitHub (Aug 23, 2020).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/29

Hello,

I cant create online bundles anymore.
` D:\esxi\install> .\ESXi-Customizer-PS.ps1 -v67 -vft -load sata-xahci -NoSignatureCheck

This is ESXi-Customizer-PS Version 2.8.1 (visit https://ESXi-Customizer-PS.v-front.de for more information!)
(Call with -help for instructions)

Logging to C:\Users\xxxx\AppData\Local\Temp\ESXi-Customizer-PS-13656.log ...

Running with PowerShell version 5.1 and VMware PowerCLI version .. build

Connecting the VMware ESXi Software depot ... [OK]

Connecting the V-Front Online depot ... [OK]

Getting Imageprofiles, please wait ... [OK]

Using Imageprofile ESXi-6.7.0-20200804001-standard ...
(Dated 08/08/2020 04:12:43, AcceptanceLevel: PartnerSupported,
Updates ESXi 6.7 Image Profile-ESXi-6.7.0-20200804001-standard)

Load additional VIBs from Online depots ...
Add VIB sata-xahci 1.42-1 [New AcceptanceLevel: CommunitySupported] [OK, added]

Exporting the Imageprofile to 'D:\esxi\install\ESXi-6.7.0-20200804001-standard-customized.iso'. Please be patient ...

An unexpected error occurred:
Could not find a trusted signer.

If requesting support please be sure to include the log file
C:\Users\xxxxxx\AppData\Local\Temp\ESXi-Customizer-PS-13656.log`

i tries this in VMware PowerCLI:
$DeployNoSignatureCheck=$true

what can i try else?

greetings

Originally created by @pumucklll on GitHub (Aug 23, 2020). Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/29 Hello, I cant create online bundles anymore. ` D:\esxi\install> .\ESXi-Customizer-PS.ps1 -v67 -vft -load sata-xahci -NoSignatureCheck This is ESXi-Customizer-PS Version 2.8.1 (visit https://ESXi-Customizer-PS.v-front.de for more information!) (Call with -help for instructions) Logging to C:\Users\xxxx\AppData\Local\Temp\ESXi-Customizer-PS-13656.log ... Running with PowerShell version 5.1 and VMware PowerCLI version .. build Connecting the VMware ESXi Software depot ... [OK] Connecting the V-Front Online depot ... [OK] Getting Imageprofiles, please wait ... [OK] Using Imageprofile ESXi-6.7.0-20200804001-standard ... (Dated 08/08/2020 04:12:43, AcceptanceLevel: PartnerSupported, Updates ESXi 6.7 Image Profile-ESXi-6.7.0-20200804001-standard) Load additional VIBs from Online depots ... Add VIB sata-xahci 1.42-1 [New AcceptanceLevel: CommunitySupported] [OK, added] Exporting the Imageprofile to 'D:\esxi\install\ESXi-6.7.0-20200804001-standard-customized.iso'. Please be patient ... An unexpected error occurred: Could not find a trusted signer. If requesting support please be sure to include the log file C:\Users\xxxxxx\AppData\Local\Temp\ESXi-Customizer-PS-13656.log` i tries this in VMware PowerCLI: `$DeployNoSignatureCheck=$true` what can i try else? greetings
kerem closed this issue 2026-02-28 02:14:15 +03:00
Author
Owner

@pumucklll commented on GitHub (Aug 23, 2020):

-nsc = NoSignatureCheck

.\ESXi-Customizer-PS.ps1 -v67 -vft -load sata-xahci -nsc

so it works

many thanks for your Code

<!-- gh-comment-id:678738639 --> @pumucklll commented on GitHub (Aug 23, 2020): -nsc = NoSignatureCheck `.\ESXi-Customizer-PS.ps1 -v67 -vft -load sata-xahci -nsc ` so it works many thanks for your Code
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ESXi-Customizer-PS#13
No description provided.