X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=default_config.xml;h=e2204b8f5960d24b7524f38da1c1e6fe81980986;hb=00ce026d1b2662f9579ed5b2a5589c670e000285;hp=04fac35d654ce30ecfb1ec8e2e92f6f5ceea2b9e;hpb=ab069cba026117f003edacbe02830a98517782d8;p=myplc.git diff --git a/default_config.xml b/default_config.xml index 04fac35..e2204b8 100644 --- a/default_config.xml +++ b/default_config.xml @@ -7,6 +7,7 @@ Mark Huang Copyright (C) 2006 The Trustees of Princeton University $Id$ +$URL$ --> @@ -74,20 +75,6 @@ $Id$ be downloaded, or its contents replaced by a file upload, but the actual shouldn't need to be changed. --> - - Root SSH Public Key - /etc/planetlab/root_ssh_key.pub - The SSH public key used to access the root - account on your nodes. - - - - Root SSH Private Key - /etc/planetlab/root_ssh_key.rsa - The SSH private key used to access the root - account on your nodes. - - Debug SSH Public Key /etc/planetlab/debug_ssh_key.pub @@ -606,6 +593,32 @@ $Id$ The password to use when accessing the database, Monitor user account in the local PLC. + + + SSL Private Key + /etc/planetlab/monitor_ssl.key + The SSL private key to use for encrypting HTTPS + traffic. + + + + SSL Public Certificate + /etc/planetlab/monitor_ssl.crt + The corresponding SSL public certificate for + the HTTP server. By default, this certificate is + self-signed. You may replace the certificate later with one + signed by a root CA. + + + + Root CA SSL Public Certificate + /etc/planetlab/monitor_ca_ssl.crt + The certificate of the root CA, if any, that + signed your server certificate. If your server certificate is + self-signed, then this file is the same as your server + certificate. + + @@ -627,17 +640,27 @@ $Id$ The IP address of the RT server. + + CC Email Address + root+cclist@localhost.localdomain + All messages to and from PLCRT will be copied to this address. + root - localhost.localdomain + root Username of a privileged user in RT who can create - tickets in the queue named PLC_MONITOR_RT_QUEUE. + tickets for any RT Queue. password password Password for RT web user. + + Database Password + + Password to use when accessing the RT database. +