diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-01-11 09:02:13 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-01-11 09:02:13 +0100 |
commit | 10d7450deaa812bb26026b4de09df5609bd6545b (patch) | |
tree | f76c5933696dcad7435eb128b72a2b1bce040f43 /id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml | |
parent | f2cb73708f9bf18f0d71a950662e7701e33e0ee5 (diff) | |
download | moa-id-spss-10d7450deaa812bb26026b4de09df5609bd6545b.tar.gz moa-id-spss-10d7450deaa812bb26026b4de09df5609bd6545b.tar.bz2 moa-id-spss-10d7450deaa812bb26026b4de09df5609bd6545b.zip |
added more correct config to deploy examples
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 | 15 |
1 files changed, 11 insertions, 4 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 index 04edaf41d..745580428 100644 --- a/id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml +++ b/id/server/data/deploy/conf/moa-id/eIDAS/SignModule.xml @@ -3,10 +3,17 @@ <properties> <comment>SWModule sign with JKS.</comment> - <entry key="keystorePath">keys/eidasKeyStore.jks</entry> + <entry key="keystorePath">keys/eidasKeyStore_Service_CB.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="issuer">CN=cpeps-cb-demo-certificate, OU=STORK, O=CPEPS, L=EU, ST=EU, C=CB</entry> + <entry key="serialNumber">54C8F839</entry> <entry key="keystoreType">JKS</entry> -</properties>
\ No newline at end of file + + <entry key="metadata.keystorePath">keys/eidasKeyStore_METADATA.jks</entry> + <entry key="metadata.keyStorePassword">local-demo</entry> + <entry key="metadata.keyPassword">local-demo</entry> + <entry key="metadata.issuer">CN=metadata, OU=DIGIT, O=EC, L=Brussels, ST=EU, C=BE</entry> + <entry key="metadata.serialNumber">561BC0C8</entry> + <entry key="metadata.keystoreType">JKS</entry> +</properties> |