Update index.html.markdown

Added a note about self-signed certs and vsphere.
pull/10140/head
JJ Asghar 10 years ago committed by GitHub
parent 75aabd7a79
commit 07c80ef09d

@ -28,6 +28,8 @@ provider "vsphere" {
user = "${var.vsphere_user}"
password = "${var.vsphere_password}"
vsphere_server = "${var.vsphere_server}"
# if you have a self-signed cert
allow_unverified_ssl = true
}
# Create a folder

Loading…
Cancel
Save