| ... | ... | @@ -113,10 +113,10 @@ Stop your Domibus instance using the following command at the same level as your |
|
|
|
docker compose down
|
|
|
|
```
|
|
|
|
|
|
|
|
## Step 2 - keystore and trustore configuration
|
|
|
|
You should now have two JAVA keystores located in **{DOMIBUS_DOCKER_DIRECTORY}/domibus/keystores** :
|
|
|
|
- The **gateway_keystore.jks** will be used to store your own private and public keys.
|
|
|
|
- The **gateway_truststore.jks** will be used to store the public keys of the other eDelivery access points you want to exchange messages with.
|
|
|
|
## Step 2 - Keystore and Trustore configuration
|
|
|
|
You should now have two JAVA keystores located in **`{DOMIBUS_DOCKER_DIRECTORY}/domibus/keystores`** :
|
|
|
|
- The `gateway_keystore.jks` will be used to store your own private and public keys.
|
|
|
|
- The `gateway_truststore.jks` will be used to store the public keys of the other eDelivery access points you want to exchange messages with.
|
|
|
|
|
|
|
|
Inside the **{DOMIBUS_DOCKER_DIRECTORY}/domibus/keystores**
|
|
|
|
Remove `gateway_keystore.jks` and `gateway_trustore.jks` by running this command:
|
| ... | ... | |
| ... | ... | |