From: Mark Huang Date: Tue, 28 Mar 2006 20:49:06 +0000 (+0000) Subject: - fix descriptions of SSL private keys X-Git-Tag: myplc-0_4-rc1~124 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9d2a2347afc198d02f4e0a8718f625665f7b0dcd;p=myplc.git - fix descriptions of SSL private keys - warn that the slice prefix should not be changed at all - remove plc_api_ssl_ticket_key_*, just use the web server private/public key for signing tickets --- diff --git a/plc_config.xml b/plc_config.xml index 3a2ca3c..5d494a0 100644 --- a/plc_config.xml +++ b/plc_config.xml @@ -25,7 +25,7 @@ The abbreviated name of this PLC installation. It is used as the prefix for system slices (e.g., pl_conf). Warning: Currently, this variable should - not be changed once set. + not be changed. @@ -285,23 +285,18 @@ SSL Key /etc/planetlab/api_ssl.key - The corresponding SSL private key. If not - specified or non-existent, a self-signed certificate will be + The corresponding SSL private key used for + signing the certificate, and for signing slice tickets. If + not specified or non-existent, one will be generated. - - Slice Ticket Private Key - /etc/planetlab/slice-ticket-key-nopass.pem - The private PEM key file used to sign slice - tickets. - - - - Slice Ticket Public Key - /etc/planetlab/slice-ticket-key-public.pem - The public PEM key file used to verify signed - slice tickets. + + SSL Key + /etc/planetlab/api_ssl.pub + The corresponding SSL public key. If not + specified or non-existent, one will be + generated. @@ -366,7 +361,7 @@ SSL Key /etc/planetlab/www_ssl.key The corresponding SSL private key. If not - specified or non-existent, a self-signed certificate will be + specified or non-existent, one will be generated. @@ -430,7 +425,7 @@ SSL Key /etc/planetlab/boot_ssl.key The corresponding SSL private key. If not - specified or non-existent, a self-signed certificate will be + specified or non-existent, one will be generated.