summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-02-14 16:43:09 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-02-14 16:45:16 +0100
commit2132d4f7dea1e7355702ca096ff88628c4174bca (patch)
treedf848b87dff340a08cd53d3ee81a10270f2aa8cf /schemas
parentfd577d6005b037e886c17bf1bbc396090791315a (diff)
downloadbcfg2-2132d4f7dea1e7355702ca096ff88628c4174bca.tar.gz
bcfg2-2132d4f7dea1e7355702ca096ff88628c4174bca.tar.bz2
bcfg2-2132d4f7dea1e7355702ca096ff88628c4174bca.zip
SSLCA: Allow to create self signed certificates
Diffstat (limited to 'schemas')
-rw-r--r--schemas/sslca-cert.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/sslca-cert.xsd b/schemas/sslca-cert.xsd
index 7330ca0ff..4dad1ca1f 100644
--- a/schemas/sslca-cert.xsd
+++ b/schemas/sslca-cert.xsd
@@ -98,6 +98,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:boolean" name="self_sign" default="false">
+ <xsd:annotation>
+ <xsd:documentation>
+ Create a self signed certificate. If you set this to ``true``,
+ you do not need a ca setting.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attribute type="xsd:integer" name="days" default="365">
<xsd:annotation>
<xsd:documentation>