Changes between Version 6 and Version 7 of Install
- Timestamp:
- 12/06/05 15:45:49 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v6 v7 10 10 * Requires pyrex (0.9.3) 11 11 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 12 2. Configure communication settings 13 * copy examples/bcfg2.conf /etc/bcfg2.conf 18 14 * Choose a port for the bcfg2 server 19 15 * Set the bcfg2= line in components section bcfg2.conf to point at the server location 20 16 * Choose a shared secret password, placing it in the password= line of the communication section of /etc/bcfg2.conf 17 18 3. 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 21 21 22 22 4. Install the [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-demo-repo.tar.gz example repository]