diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
commit | 43e57a42832ea8b4ceb0317f3c9028a4174ffa7b (patch) | |
tree | f5ed9074b8d7b89b2dd5b22d326f63be103e7551 /spss/handbook/conf/moa-spss/ss.minimum.config.xml | |
parent | 10889e9dea2cc2f70b475e6ff7af37fdba1621d9 (diff) | |
download | moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.gz moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.bz2 moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.zip |
Adapted project directory structure to suit the new maven based build process.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/handbook/conf/moa-spss/ss.minimum.config.xml')
-rw-r--r-- | spss/handbook/conf/moa-spss/ss.minimum.config.xml | 34 |
1 files changed, 34 insertions, 0 deletions
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..8ab10a994 --- /dev/null +++ b/spss/handbook/conf/moa-spss/ss.minimum.config.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!--MOA SPSS 1.3 Configuration File created by MOA SPSS Configuration Mapper--> +<cfg:MOAConfiguration xmlns:cfg="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> +<cfg:SignatureCreation> +<cfg:KeyModules> +<cfg:SoftwareKeyModule> +<cfg:Id>SKM_Kunde1</cfg:Id> +<cfg:FileName>keys/customer1/moa-signaturdienst-kunde1(pwd=kunde1).p12</cfg:FileName> +<cfg:Password>kunde1</cfg:Password> +</cfg:SoftwareKeyModule> +</cfg:KeyModules> +<cfg:KeyGroup> +<cfg:Id>KG_Kunde1</cfg:Id> +<cfg:Key> +<cfg:KeyModuleId>SKM_Kunde1</cfg:KeyModuleId> +<cfg: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> +</cfg:KeyCertIssuerSerial> +</cfg:Key> +</cfg:KeyGroup> +<cfg:KeyGroupMapping> +<cfg:CustomerId> +<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> +</cfg:CustomerId> +<cfg:KeyGroupId>KG_Kunde1</cfg:KeyGroupId> +</cfg:KeyGroupMapping> +<cfg:XMLDSig> +<cfg:CanonicalizationAlgorithm>http://www.w3.org/TR/2001/REC-xml-c14n-20010315</cfg:CanonicalizationAlgorithm> +<cfg:DigestMethodAlgorithm>http://www.w3.org/2000/09/xmldsig#sha1</cfg:DigestMethodAlgorithm> +</cfg:XMLDSig> +</cfg:SignatureCreation> +</cfg:MOAConfiguration> |