mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 07:56:00 +03:00
[GH-ISSUE #29] Could not find a trusted signer. #13
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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=$truewhat can i try else?
greetings
@pumucklll commented on GitHub (Aug 23, 2020):
-nsc = NoSignatureCheck
.\ESXi-Customizer-PS.ps1 -v67 -vft -load sata-xahci -nscso it works
many thanks for your Code