summaryrefslogtreecommitdiffstats
path: root/schemas/sslca-key.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-03 17:08:02 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-03 19:51:05 -0600
commit5336c981b167858c3bb08b1ac4d94a700fd407a9 (patch)
tree81f6e0aa1fbdf42167d423cd878e832dc5d76f56 /schemas/sslca-key.xsd
parent350db854319af526818c2ffcac285ae445b0213d (diff)
downloadbcfg2-5336c981b167858c3bb08b1ac4d94a700fd407a9.tar.gz
bcfg2-5336c981b167858c3bb08b1ac4d94a700fd407a9.tar.bz2
bcfg2-5336c981b167858c3bb08b1ac4d94a700fd407a9.zip
SSLCA improvements:
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
Diffstat (limited to 'schemas/sslca-key.xsd')
-rw-r--r--schemas/sslca-key.xsd6
1 files changed, 0 insertions, 6 deletions
diff --git a/schemas/sslca-key.xsd b/schemas/sslca-key.xsd
index 2c931fa7d..e807ea037 100644
--- a/schemas/sslca-key.xsd
+++ b/schemas/sslca-key.xsd
@@ -6,9 +6,6 @@
</xsd:documentation>
</xsd:annotation>
- <!-- key.xml does not support Group or Client tags, but it should
- (and will, some day), so this is commented out for now -->
- <!--
<xsd:complexType name="GroupType">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="Key" type="KeyType"/>
@@ -18,7 +15,6 @@
<xsd:attribute type="xsd:string" name="name" use="required"/>
<xsd:attribute type="xsd:string" name="negate"/>
</xsd:complexType>
- -->
<xsd:complexType name="KeyType">
<xsd:attribute type="xsd:string" name="type"/>
@@ -29,10 +25,8 @@
<xsd:complexType>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="Key" type="KeyType"/>
- <!--
<xsd:element name="Group" type="GroupType"/>
<xsd:element name="Client" type="GroupType"/>
- -->
</xsd:choice>
</xsd:complexType>
</xsd:element>