Error:
while running curl with https url getting below error:
curl: (60) SSL certificate problem: self-signed certificate
Solution:
add -k
or --insecure in your curl command
example:
curl -k --request POST <>
List the vSwitches from ESXI using CLI: esxcli network vswitch standard list output example: vSwitch0 Name: vSwitch0 Class...
No comments:
Post a Comment