Skip to content

Commit 4e094cc

Browse files
authored
Update README.md
1 parent ed63ce8 commit 4e094cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ stringData:
150150
vsphere.conf: |
151151
global:
152152
port: 443
153-
insecureFlag: false
153+
insecureFlag: true # use for selfsigned certificates
154154
password: "password"
155155
user: "administrator@vsphere.local"
156156
vcenter:
@@ -211,7 +211,7 @@ stringData:
211211
vsphere.conf: |
212212
global:
213213
port: 443
214-
insecureFlag: false
214+
insecureFlag: true # use for selfsigned certificates
215215
password: "password"
216216
user: "administrator@vsphere.local"
217217
vcenter:

0 commit comments

Comments
 (0)