Changes between Version 22 and Version 23 of TrackingDevelopmentTrunk
- Timestamp:
- 05/05/09 21:24:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrackingDevelopmentTrunk
v22 v23 8 8 9 9 In bcfg2-1.0, python 2.4 or greater will be required. 10 11 == SSL Changes == 12 13 We have switched to the in-tree ssl module included with python 2.6. A backport exists for 2.3, 2.4, and 2.5. With this, M2Crypto is not needed, and tlslite is no longer included with bcfg2 sources. 14 15 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. 10 16 11 17 === bcfg2.conf changes ===