2026-01-21 19:45:41.540 [INFO ] Validating bundle bundle-<ID_number> tar file, manifest file and manifest signature file exist
2026-01-21 19:46:24.934 [INFO ] Validating bundle bundle-<ID_number> signature
2026-01-21 19:46:24.946 [ERROR] Error verifying signature for manifest file /nfs/vmware/vcf/nfs-mount/NSX-T-3.2.4-bundle/apToolBundles/input-<ID_number>-nsx324/manifests/bundle-<ID_number>.manifest error INVALID_UNTRUSTED_CERTIFICATE
2026-01-21 19:46:24.946 [ERROR] Error while initiating required functionality: INPUT_SPEC_WORKFLOW
2026-01-21 19:46:24.954 [ERROR] BUNDLE_SIGNATURE_VERIFICATION_FAILED
-- Error Message: Error verifying manifest signature for bundle bundle-<ID_number>.
VMware Cloud Foundation 4.5.x
A corrupted or outdated manifest and signature files can cause the verification failure.
SSH to SDDC Manager with vcf user and then elevate with su to root
Edit the LCM application-prod.properties file vi /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties
Edit the below parameters to false lcm.depot.adapter.enableBundleSignatureValidation=falselcm.depot.adapter.enableSignatureValidation=false
Press Esc and type :wq! to save
Restart LCM servicesystemctl restart lcm