diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-18 13:02:00 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-18 13:02:00 +0100 |
commit | 1da87c34732751c0262bc62adbad6ae139b3bfeb (patch) | |
tree | 889271514195588fab1d842968da268e6ec254fc /id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml | |
parent | 3314af0442eba4bce469b21585a75c1a327f53b5 (diff) | |
download | moa-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/SignModule.xml')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml b/id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml new file mode 100644 index 000000000..04edaf41d --- /dev/null +++ b/id/server/data/deploy/conf/moa-id/eIDAS/SignModule.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">keys/eidasKeyStore.jks</entry> + <entry key="keyStorePassword">local-demo</entry> + <entry key="keyPassword">local-demo</entry> + <entry key="issuer">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 |