diff options
Diffstat (limited to 'net/vmware-vsphere-cli/pkg-message')
-rw-r--r-- | net/vmware-vsphere-cli/pkg-message | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/vmware-vsphere-cli/pkg-message b/net/vmware-vsphere-cli/pkg-message new file mode 100644 index 000000000000..89cfd9991180 --- /dev/null +++ b/net/vmware-vsphere-cli/pkg-message @@ -0,0 +1,15 @@ + +======================================================================== +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} +======================================================================== + |