将ova转换为ovf
ovftool.exe --lax source.ova target.ovf
将ovf打包为ova
ovftool.exe source.ovf target.ova
为ovf添加 EULA
ovftool --eula="Your EULA text here" source.ovf target.ovf
或者,如果 EULA 位于文件中:
ovftool --eula@=eula.txt source.ovf target.ovf
跳过 SSL 验证机制并转换
ovftool.exe --noSSLVerify source.ovf target.ova