diff options
Diffstat (limited to 'spss.handbook/conf')
-rw-r--r-- | spss.handbook/conf/moa-spss/sp.minimum.config.xml | 9 | ||||
-rw-r--r-- | spss.handbook/conf/moa-spss/ss.minimum.config.xml | 29 |
2 files changed, 38 insertions, 0 deletions
diff --git a/spss.handbook/conf/moa-spss/sp.minimum.config.xml b/spss.handbook/conf/moa-spss/sp.minimum.config.xml new file mode 100644 index 000000000..6297a3621 --- /dev/null +++ b/spss.handbook/conf/moa-spss/sp.minimum.config.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<MOAConfiguration + xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" + xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> + + <!-- Vertrauensprofil --> + <TrustProfile id="Test-Signaturdienste" uri="trustProfiles/test"/> + +</MOAConfiguration> diff --git a/spss.handbook/conf/moa-spss/ss.minimum.config.xml b/spss.handbook/conf/moa-spss/ss.minimum.config.xml new file mode 100644 index 000000000..060e54d51 --- /dev/null +++ b/spss.handbook/conf/moa-spss/ss.minimum.config.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<MOAConfiguration + xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" + xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> + + <!-- Software-Schluesselspeicher --> + <SoftwareKeyModule id="SKM_Kunde1" filename="keys/customer1/moa-signaturdienst-kunde1(pwd=kunde1).p12" password="kunde1"/> + + <!-- Schlusselgruppe mit einem Schluessel --> + <KeyGroup id="KG_Kunde1"> + <Key> + <KeyModuleID>SKM_Kunde1</KeyModuleID> + <KeyCertIssuerSerial> + <dsig:X509IssuerName>CN=Test CA - Signaturdienste,OU=Technik und Standards,O=Stabstelle IKT-Strategie des Bundes,C=AT</dsig:X509IssuerName> + <dsig:X509SerialNumber>7</dsig:X509SerialNumber> + </KeyCertIssuerSerial> + </Key> + </KeyGroup> + + <!-- Zuordnung der Schluesselgruppe zu einem bestimmten Kunden --> + <KeyGroupMapping> + <X509IssuerSerial> + <dsig:X509IssuerName>CN=Test CA - Verschl\C3\BCsselung B\C3\BCrger,OU=Technik und Standards,O=Stabstelle IKT-Strategie des Bundes,C=AT</dsig:X509IssuerName> + <dsig:X509SerialNumber>0</dsig:X509SerialNumber> + </X509IssuerSerial> + <KeyGroup id="KG_Kunde1"/> + </KeyGroupMapping> + +</MOAConfiguration> |