Closed eddieesquivel closed 4 years ago
Hi William the nsxt ova import was failing to due to a certificate issue. This is despite running "et-PowerCLIConfiguration -InvalidCertificateAction:Ignore". Adding -Force fixes the issue.
@eddieesquivel The syntax for ignoring certs should be the following:
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore
Hi William the nsxt ova import was failing to due to a certificate issue. This is despite running "et-PowerCLIConfiguration -InvalidCertificateAction:Ignore". Adding -Force fixes the issue.