Changes between Version 30 and Version 31 of TrackingDevelopmentTrunk
- Timestamp:
- 05/24/09 18:54:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrackingDevelopmentTrunk
v30 v31 26 26 27 27 With this change, SSL certificate based client authentication is supported. In order to use this, based CA-type capabilities are required. A central CA needs to be created, with each server and all clients getting a signed cert. See [wiki:Authentication] for details. 28 29 Setting up keys is accomplished with three settings, each in the communication section of bcfg2.conf: 30 1. key = /path/to/ssl private key 31 2. certificate = /path/to/signed cert for that key 32 3. ca = /path/to/cacert.pem 28 33 29 34 === bcfg2.conf changes ===