Changes between Version 6 and Version 7 of Install


Ignore:
Timestamp:
12/06/05 15:45:49 (18 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v6 v7  
    1010   * Requires pyrex (0.9.3) 
    1111 
    12 2. Generate an ssl cert 
    13  * openssl req -x509 -nodes -days 1000 -newkey rsa:1024 -out cert.pem -keyout cert.pem 
    14  * Set the key= line in the communication section of bcfg2.conf to point at this new certificate 
    15  
    16 3. Configure communication settings 
    17  * copy <src>/examples/bcfg2.conf /etc/bcfg2.conf 
     122. Configure communication settings 
     13 * copy examples/bcfg2.conf /etc/bcfg2.conf 
    1814 * Choose a port for the bcfg2 server 
    1915 * Set the bcfg2= line in components section bcfg2.conf to point at the server location  
    2016 * Choose a shared secret password, placing it in the password= line of the communication section of /etc/bcfg2.conf 
     17 
     183. Generate an ssl cert 
     19 * openssl req -x509 -nodes -days 1000 -newkey rsa:1024 -out cert.pem -keyout cert.pem 
     20 * Set the key= line in the communication section of bcfg2.conf to point at this new certificate 
    2121 
    22224. Install the [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-demo-repo.tar.gz example repository]