| ... | @@ -162,7 +162,7 @@ docker compose up -d |
... | @@ -162,7 +162,7 @@ docker compose up -d |
|
|
```
|
|
```
|
|
|
:computer:
|
|
:computer:
|
|
|
|
|
|
|
|
The startup process may take 2-5 minutes. Once completed, you can verify that your Domibus server is running by accessing on your personal computer by opening a navigator through the following URL:
|
|
The startup process may take 2-5 minutes. Once completed, you can verify that your Domibus server is running by accessing it from your personal computer. Open a web browser and navigate to the following URL::
|
|
|
|
|
|
|
|
```http
|
|
```http
|
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
| ... | @@ -180,7 +180,7 @@ Make sure you have the Java KeyStore/TrustStore located in **`{DOMIBUS_SERVER_D |
... | @@ -180,7 +180,7 @@ Make sure you have the Java KeyStore/TrustStore located in **`{DOMIBUS_SERVER_D |
|
|
- `gateway_keystore.jks` store your private and public keys.
|
|
- `gateway_keystore.jks` store your private and public keys.
|
|
|
- `gateway_truststore.jks` store the public keys of other eDelivery Access Points for message exchange.
|
|
- `gateway_truststore.jks` store the public keys of other eDelivery Access Points for message exchange.
|
|
|
|
|
|
|
|
To ensure a minimal installation for managing keys and using the `keytool` command, it's recommended to install the headless version of `OpenJDK-17`, such as `OpenJDK-17-jre-headless`.
|
|
To ensure a minimal installation for managing keys and using the `keytool` command, it's recommended to install the headless version of `OpenJDK-17` as explained on the requirement.
|
|
|
But you can use other means to generate a `Java KeyStore`.
|
|
But you can use other means to generate a `Java KeyStore`.
|
|
|
|
|
|
|
|
In the **`keystores`** folder, remove existing KeyStore/TrustStore with the following command:
|
|
In the **`keystores`** folder, remove existing KeyStore/TrustStore with the following command:
|
| ... | |
... | |
| ... | | ... | |