aboutsummaryrefslogtreecommitdiff
path: root/net/vmware-vsphere-cli
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-08-31 19:18:47 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-08-31 19:18:47 +0000
commitea1871fd04a9701f662163619ea8968e215fde3a (patch)
tree51eb6e436273f13b8f4b1550c7ff34decf2d0584 /net/vmware-vsphere-cli
parent8949a54a459626a81133813c8bda26aa1b76a796 (diff)
downloadports-ea1871fd04a9701f662163619ea8968e215fde3a.tar.gz
ports-ea1871fd04a9701f662163619ea8968e215fde3a.zip
Notes
Diffstat (limited to 'net/vmware-vsphere-cli')
-rw-r--r--net/vmware-vsphere-cli/Makefile1
-rw-r--r--net/vmware-vsphere-cli/pkg-message15
2 files changed, 16 insertions, 0 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile
index 97e382125acc..b758159f65f9 100644
--- a/net/vmware-vsphere-cli/Makefile
+++ b/net/vmware-vsphere-cli/Makefile
@@ -70,5 +70,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/vifs ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate ${PREFIX}/bin
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
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}
+========================================================================
+