diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-04-19 10:35:35 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-04-19 10:35:35 +0000 |
commit | 35fce3f507eab811d05d55a23a71214f9fe86e5f (patch) | |
tree | fffc8e13a09979b3341d5854c2a7ee77f144729c /spss.handbook/conf/moa-spss | |
parent | 11e6ea759517ecbb36ca3ca95c632a697040f6b2 (diff) | |
download | moa-id-spss-35fce3f507eab811d05d55a23a71214f9fe86e5f.tar.gz moa-id-spss-35fce3f507eab811d05d55a23a71214f9fe86e5f.tar.bz2 moa-id-spss-35fce3f507eab811d05d55a23a71214f9fe86e5f.zip |
Konfigurationshandbuch abgeschlossen: Abschnitt mit beispielhaften Konfigurationen hinzugefügt. Minimale Konfigs für SP und SS erstellt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@305 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.handbook/conf/moa-spss')
-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> |