From 5c5edfa9b3a2f3baad06802269e7acd1d3e77566 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 13 Aug 2013 08:21:25 -0400 Subject: Rewrote SSLCA as Cfg handler. This adds encryption support to SSL key creation (much like SSH private keys), and the ability to generate keys and certs that are specific to groups, instead of just to hosts. It also moves the SSLCA data (the XML files describing keys and certs as well as the keys and certs themselves) into the Cfg tree, rather than off in their own separate place. tools/upgrade/1.4/migrate_sslca.py can be used to migrate to the new format. This also adds XMLCfgCreator, a CfgCreator that makes it easier to create data based on XML descriptions of it (which is exactly what the SSH key and SSL CA creators do), including built-in support for host- and group-specific data, encryption, and so on. --- man/bcfg2.conf.5 | 1 - 1 file changed, 1 deletion(-) (limited to 'man') diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 5e64caae9..91ebc0020 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -153,7 +153,6 @@ SEModules ServiceCompat Snapshots SSHbase -SSLCA Statistics Svn TCheetah -- cgit v1.2.3-1-g7c22