Friday, February 7, 2020

cannot upload ios/ova to vsphere/vmware/esxi datastore


Certificate is not trusted.

Solution:
https://vcdx133.com/2017/09/18/vsphere-6-5-unable-to-upload-files-to-datastore-or-deploy-ovas/

No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...