summaryrefslogtreecommitdiffstats
path: root/schemas/sslca-cert.xsd
Commit message (Collapse)AuthorAgeFilesLines
* doc: minor fixesChris St. Pierre2013-08-141-3/+4
|
* Revert "doc: minor fixes"Chris St. Pierre2013-08-141-4/+3
| | | | | | Commit had more stuff in it than it should have. This reverts commit a9a7c84703eb7250012fd68af3e4ca77eae07029.
* doc: minor fixesChris St. Pierre2013-08-141-3/+4
|
* Rewrote SSLCA as Cfg handler.Chris St. Pierre2013-08-131-2/+2
| | | | | | | | | | | | | | | | | 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.
* Options: schema changes for changes made for new parserChris St. Pierre2013-06-271-0/+8
|
* made XInlcude and Encryption support more consistentChris St. Pierre2013-02-071-11/+13
|
* Bundler: various changesChris St. Pierre2013-02-041-1/+2
| | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
* updated StructFile schemas to allow genshi attrs/elementsChris St. Pierre2013-02-041-0/+7
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-22/+145
|
* schemas: fixed overzealous removal of CertTypeChris St. Pierre2012-12-041-0/+14
|
* SSLCA improvements:Chris St. Pierre2012-12-031-20/+2
| | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
* added XML schemas for SSLCA key/cert filesChris St. Pierre2012-11-061-0/+48