<?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>