aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-12-18 13:02:00 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-12-18 13:02:00 +0100
commit1da87c34732751c0262bc62adbad6ae139b3bfeb (patch)
tree889271514195588fab1d842968da268e6ec254fc /id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml
parent3314af0442eba4bce469b21585a75c1a327f53b5 (diff)
downloadmoa-id-spss-1da87c34732751c0262bc62adbad6ae139b3bfeb.tar.gz
moa-id-spss-1da87c34732751c0262bc62adbad6ae139b3bfeb.tar.bz2
moa-id-spss-1da87c34732751c0262bc62adbad6ae139b3bfeb.zip
add basic eIDAS modul default configuration
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml')
-rw-r--r--id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml b/id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml
new file mode 100644
index 000000000..9fef4fa2e
--- /dev/null
+++ b/id/server/data/deploy/conf/moa-id/eIDAS/EncryptModule.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+ <comment>SWModule encrypt with JKS.</comment>
+ <entry key="keystorePath">keys/eidasKeyStore.jks</entry>
+ <entry key="keyStorePassword">local-demo</entry>
+ <entry key="keyPassword">local-demo</entry>
+
+ <!-- Management of the encryption activation -->
+ <entry key="encryptionActivation">eIDAS/encryptionConf.xml</entry>
+
+
+ <entry key="responseToPointIssuer.BE">CN=local-demo-cert, OU=DIGIT, O=European Comission, L=Brussels, ST=Belgium,C=BE</entry>
+ <entry key="responseToPointSerialNumber.BE">54C8F779</entry>
+
+ <!-- If not present then no decryption will be applied on response -->
+ <entry key="responseDecryptionIssuer">CN=local-demo-cert, OU=DIGIT, O=European Comission, L=Brussels, ST=Belgium, C=BE</entry>
+ <entry key="serialNumber">54C8F779</entry>
+
+ <entry key="keystoreType">JKS</entry>
+</properties> \ No newline at end of file