aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-01-29 15:13:42 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-01-31 17:16:10 +0100
commit85a983b556baaaa45ea79a4da232a1a72d323708 (patch)
treed7980a109ccb618b258214e8ebf7ae48e4d1c177 /id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml
parent830929713b75d4cd712f1fb8a05f0ccb728f54f2 (diff)
downloadmoa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.tar.gz
moa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.tar.bz2
moa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.zip
enhanced samlengine for floating config location
Diffstat (limited to 'id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml')
-rw-r--r--id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml b/id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml
new file mode 100644
index 000000000..c7cee3af4
--- /dev/null
+++ b/id/server/stork2-saml-engine/src/test/resources/SignModule_outgoing.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+ <comment>SWModule sign with JKS.</comment>
+ <entry key="keystorePath">projects/stork2/code/moa-idspss/id/server/stork2-saml-engine/src/test/resources/storkDemoKeys.jks</entry>
+ <entry key="keyStorePassword">local-demo</entry>
+ <entry key="keyPassword">local-demo</entry>
+ <entry key="issuer">CN=local-demo-cert, O=Indra, L=Madrid, ST=Spain, C=ES</entry>
+ <entry key="serialNumber">4BA89DB2</entry>
+ <entry key="keystoreType">JKS</entry>
+</properties> \ No newline at end of file