aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-01 09:50:16 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-01 09:50:16 +0100
commit0f26d15c7bab72a0ec3fbb01863f160b488dad42 (patch)
treeeb738b001a2909ba19b164ce8ef5f28d7b9f0625 /tools/examples/xend-config.sxp
parentfff03db7d506d63e9a37bcfd1cf4e106179ac237 (diff)
downloadxen-0f26d15c7bab72a0ec3fbb01863f160b488dad42.tar.gz
xen-0f26d15c7bab72a0ec3fbb01863f160b488dad42.tar.bz2
xen-0f26d15c7bab72a0ec3fbb01863f160b488dad42.zip
Add SSL/TLS support to relocation
* SSL/TLS support is disabled by default, as other server did. * If "xend-relocation-server-ssl-key-file" and "xend-relocation-server-ssl-cert-file" exist, SSL/TLS is enabled automatically. * "xend-relocation-tls" is used by relocation client only. Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index f3ee4f3a15..dc8a209922 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -82,6 +82,15 @@
# is set.
#(xend-relocation-port 8002)
+# Whether to use tls when relocating.
+#(xend-relocation-tls no)
+
+# SSL key and certificate to use for the relocation interface.
+# Setting these will mean that this port serves only SSL connections as
+# opposed to plaintext ones.
+#(xend-relocation-server-ssl-key-file /etc/xen/xmlrpc.key)
+#(xend-relocation-server-ssl-cert-file /etc/xen/xmlrpc.crt)
+
# Address xend should listen on for HTTP connections, if xend-http-server is
# set.
# Specifying 'localhost' prevents remote connections.