diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-06 11:14:19 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-06 11:14:19 +0000 |
commit | 51de468f1a95dc34decb6bdddc90a4452db4c686 (patch) | |
tree | 4ff2cb7a563cae05cfe72cb6cc13b86c4988b240 /spss.server | |
parent | a8fbe4e18fab064c0fa5e06ec9e650be3a5f311f (diff) | |
download | moa-id-spss-51de468f1a95dc34decb6bdddc90a4452db4c686.tar.gz moa-id-spss-51de468f1a95dc34decb6bdddc90a4452db4c686.tar.bz2 moa-id-spss-51de468f1a95dc34decb6bdddc90a4452db4c686.zip |
Dateiname für das erste SoftwareKeyModul korrigiert (siehe Bug 30).
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@23 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.server')
-rw-r--r-- | spss.server/data/deploy/conf/moa-spss/MinimalSSConfig.xml | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/spss.server/data/deploy/conf/moa-spss/MinimalSSConfig.xml b/spss.server/data/deploy/conf/moa-spss/MinimalSSConfig.xml index a55f5eabc..c8a0a65b4 100644 --- a/spss.server/data/deploy/conf/moa-spss/MinimalSSConfig.xml +++ b/spss.server/data/deploy/conf/moa-spss/MinimalSSConfig.xml @@ -1,17 +1,22 @@ <?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#"> - <SoftwareKeyModule id="SWKeyModule1" filename="test-ee2003_normal.p12" password="buergerkarte"/> - <KeyGroup id="PKCS12RSAKey1"> - <Key> - <KeyModuleID>SWKeyModule1</KeyModuleID> - <KeyCertIssuerSerial> - <dsig:X509IssuerName>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>1044289238331</dsig:X509SerialNumber> - </KeyCertIssuerSerial> - </Key> - </KeyGroup> - <KeyGroupMapping> - <KeyGroup id="PKCS12RSAKey1"/> - </KeyGroupMapping> +<MOAConfiguration + xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" + xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> + + <SoftwareKeyModule id="SWKeyModule1" filename="keys/test-ee2003_normal(buergerkarte).p12" password="buergerkarte"/> + + <KeyGroup id="PKCS12RSAKey1"> + <Key> + <KeyModuleID>SWKeyModule1</KeyModuleID> + <KeyCertIssuerSerial> + <dsig:X509IssuerName>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</dsig:X509IssuerName> + <dsig:X509SerialNumber>1044289238331</dsig:X509SerialNumber> + </KeyCertIssuerSerial> + </Key> + </KeyGroup> + + <KeyGroupMapping> + <KeyGroup id="PKCS12RSAKey1"/> + </KeyGroupMapping> + </MOAConfiguration> |