From 0200b3e4ffc1cff798f85f07da0b27b47a5bfba7 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 6 Nov 2012 09:11:26 -0500 Subject: added XML schemas for SSLCA key/cert files --- schemas/sslca-cert.xsd | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ schemas/sslca-key.xsd | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 schemas/sslca-cert.xsd create mode 100644 schemas/sslca-key.xsd (limited to 'schemas') diff --git a/schemas/sslca-cert.xsd b/schemas/sslca-cert.xsd new file mode 100644 index 000000000..921c1c7c6 --- /dev/null +++ b/schemas/sslca-cert.xsd @@ -0,0 +1,48 @@ + + + + SSLCA cert.xml schema for bcfg2 + Chris St. Pierre + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/schemas/sslca-key.xsd b/schemas/sslca-key.xsd new file mode 100644 index 000000000..2c931fa7d --- /dev/null +++ b/schemas/sslca-key.xsd @@ -0,0 +1,39 @@ + + + + SSLCA key.xml schema for bcfg2 + Chris St. Pierre + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-1-g7c22