| ... | ... | @@ -160,11 +160,10 @@ Execute the following commands within the directory identified as **`{DOMIBUS_SE |
|
|
|
```shell
|
|
|
|
docker compose up -d
|
|
|
|
```
|
|
|
|
: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:
|
|
|
|
|
|
|
|
:computer:
|
|
|
|
|
|
|
|
```http
|
|
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
|
|
```
|
| ... | ... | @@ -204,7 +203,7 @@ Import your certificate into your TrustStore: |
|
|
|
keytool -import -file {DOMIBUS_ACCESS_POINT}.cer -alias {DOMIBUS_ACCESS_POINT} -keystore gateway_truststore.jks -storetype JKS -storepass {TRUSTSTORE_PASSWORD}
|
|
|
|
```
|
|
|
|
|
|
|
|
###:construction: under construction :construction:
|
|
|
|
### :construction: under construction :construction:
|
|
|
|
Contact the Central Service team and provide them with the following information:
|
|
|
|
```
|
|
|
|
{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}
|
| ... | ... | @@ -222,7 +221,7 @@ scp {ADMIN_USER}@{DOMIBUS_HOSTNAME}:/opt/{DOMIBUS_SERVER_DIRECTORY}/domibus/keys |
|
|
|
|
|
|
|
This step ensures that you have a local copy of the certificate file for further actions.
|
|
|
|
|
|
|
|
###:construction: under construction :construction:
|
|
|
|
### :construction: under construction :construction:
|
|
|
|
|
|
|
|
## 3 - Domibus Properties
|
|
|
|
:globe_with_meridians:
|
| ... | ... | @@ -317,6 +316,7 @@ Click on `+ New` |
|
|
|
|
|
|
|
Create a name such as `europe_ap` and set the endpoint with the `/domibus/services/msh` path.
|
|
|
|
|
|
|
|
|
|
|
|
```http
|
|
|
|
http://<EU-HOSTNAME>:<EU-PORT>/domibus/services/msh
|
|
|
|
```
|
| ... | ... | @@ -324,6 +324,7 @@ http://<EU-HOSTNAME>:<EU-PORT>/domibus/services/msh |
|
|
|
|
|
|
|
>**Note**:
|
|
|
|
You can include the IP address of the specific Access Point you wish to establish communication with. However, in our scenario, it's essential to add only the IP address of the EU Access Point, which serves as the central hub.
|
|
|
|
The <EU-HOSTNAME> and <EU-PORT> should be furnished by the Central Service Team.
|
|
|
|
|
|
|
|
Import the [EU Access Point Certificate](https://drive.google.com/file/d/1jduYescq5XkJ8PPoMamWBDjOFoAY9GNO/view?usp=drive_link)
|
|
|
|
|
| ... | ... | |
| ... | ... | |