aboutsummaryrefslogblamecommitdiff
path: root/net/vmware-vsphere-cli/pkg-message
blob: acd9d5b60dcbf911fd0fa78d54d16269aea03f5c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                










                                                                        


   
[
{ type: install
  message: <<EOM
Please note that, by default, an underlying Perl module does certificate
verification when communicating with vSphere hosts.

You must create a file that contains the public keys of all of your
vSphere hosts and then configure your Perl scripts to have the following
line:
$ENV{HTTPS_CA_FILE} = "/path/to/file";

If you want to disable this important security feature, you may set the
following variable to 0:
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}
EOM
}
]