| ... | @@ -18,7 +18,7 @@ The instructions in these guidelines use variables that must be replaced with th |
... | @@ -18,7 +18,7 @@ The instructions in these guidelines use variables that must be replaced with th |
|
|
|
|
|
|
|
- **`{ADMIN_USER}`**: Represents the admin user of the Linux terminal on the server.
|
|
- **`{ADMIN_USER}`**: Represents the admin user of the Linux terminal on the server.
|
|
|
- **`{DOMIBUS_DIRECTORY}`**: This signifies the directory on your server where Domibus will be installed.
|
|
- **`{DOMIBUS_DIRECTORY}`**: This signifies the directory on your server where Domibus will be installed.
|
|
|
- **`{DOMIBUS_HOST}`**: Denotes the public IP address/hostname of the server where you intend to install Domibus.
|
|
- **`{DOMIBUS_HOSTNAME}`**: Denotes the public IP address/hostname of the server where you intend to install Domibus.
|
|
|
- **`{DOMIBUS_PORT}`**: Represents the internet-accessible port that you will open for Domibus.
|
|
- **`{DOMIBUS_PORT}`**: Represents the internet-accessible port that you will open for Domibus.
|
|
|
- **`{DOMIBUS_ACCESS_POINT}`**: This is the designated name for your Domibus instance. Choose a clear and descriptive name, such as `france_ap`.
|
|
- **`{DOMIBUS_ACCESS_POINT}`**: This is the designated name for your Domibus instance. Choose a clear and descriptive name, such as `france_ap`.
|
|
|
- **`{CENTRAL_HOSTNAME}`**: Denotes the public IP address/hostname of the central Domibus server.
|
|
- **`{CENTRAL_HOSTNAME}`**: Denotes the public IP address/hostname of the central Domibus server.
|
| ... | @@ -187,7 +187,7 @@ docker compose up -d |
... | @@ -187,7 +187,7 @@ docker compose up -d |
|
|
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::
|
|
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_HOST}:{DOMIBUS_PORT}/domibus
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
|
```
|
|
```
|
|
|

|
|

|
|
|
|
|
|
| ... | @@ -232,7 +232,7 @@ keytool -import -file {DOMIBUS_ACCESS_POINT}.cer -alias {DOMIBUS_ACCESS_POINT} - |
... | @@ -232,7 +232,7 @@ keytool -import -file {DOMIBUS_ACCESS_POINT}.cer -alias {DOMIBUS_ACCESS_POINT} - |
|
|
In order to establish communication with the central Domibus server, it's essential to exchange the previously generated certificate with the central team. To facilitate this process, the central team has prepared a [End-to-End Test](https://drive.google.com/file/d/1EooF5CQqeeBT_yfoKRHPJqXwr38-WQwN/view?usp=drive_link), available on page 7, outlining the necessary steps.
|
|
In order to establish communication with the central Domibus server, it's essential to exchange the previously generated certificate with the central team. To facilitate this process, the central team has prepared a [End-to-End Test](https://drive.google.com/file/d/1EooF5CQqeeBT_yfoKRHPJqXwr38-WQwN/view?usp=drive_link), available on page 7, outlining the necessary steps.
|
|
|
|
|
|
|
|
During the certificate exchange process, you'll need to provide the certificate along with the following details:
|
|
During the certificate exchange process, you'll need to provide the certificate along with the following details:
|
|
|
- **`{DOMIBUS_HOST}`**
|
|
- **`{DOMIBUS_HOSTNAME}`**
|
|
|
- **`{DOMIBUS_PORT}`**
|
|
- **`{DOMIBUS_PORT}`**
|
|
|
- **`{DOMIBUS_ACCESS_POINT}`**
|
|
- **`{DOMIBUS_ACCESS_POINT}`**
|
|
|
|
|
|
| ... | @@ -247,7 +247,7 @@ This mutual exchange ensures seamless communication between your Domibus instanc |
... | @@ -247,7 +247,7 @@ This mutual exchange ensures seamless communication between your Domibus instanc |
|
|
You may need to use `scp` on your PC to copy your certificate file from the server to your personal computer. For example:
|
|
You may need to use `scp` on your PC to copy your certificate file from the server to your personal computer. For example:
|
|
|
|
|
|
|
|
```shell
|
|
```shell
|
|
|
scp {ADMIN_USER}@{DOMIBUS_HOST}:/opt/{DOMIBUS_DIRECTORY}/domibus/keystores/{DOMIBUS_ACCESS_POINT}.cer /path/on/your/personal/computer
|
|
scp {ADMIN_USER}@{DOMIBUS_HOSTNAME}:/opt/{DOMIBUS_DIRECTORY}/domibus/keystores/{DOMIBUS_ACCESS_POINT}.cer /path/on/your/personal/computer
|
|
|
```
|
|
```
|
|
|
>**Note**: We consider you created your **`{DOMIBUS_DIRECTORY}`** inside the **`/opt/`** folder like suggested earlier. If not, please adjust the command to reflect the exact location of your **`{DOMIBUS_DIRECTORY}`**
|
|
>**Note**: We consider you created your **`{DOMIBUS_DIRECTORY}`** inside the **`/opt/`** folder like suggested earlier. If not, please adjust the command to reflect the exact location of your **`{DOMIBUS_DIRECTORY}`**
|
|
|
|
|
|
| ... | @@ -309,7 +309,7 @@ docker compose restart |
... | @@ -309,7 +309,7 @@ docker compose restart |
|
|
|
|
|
|
|
From the browser of your PC, access to your Domibus server with the following URL:
|
|
From the browser of your PC, access to your Domibus server with the following URL:
|
|
|
```http
|
|
```http
|
|
|
http://{DOMIBUS_HOST}:{DOMIBUS_PORT}/domibus
|
|
http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
>**:warning: Caution**: Please note that there is no password recovery option available. It's crucial to ensure that you safely retain your password.
|
|
>**:warning: Caution**: Please note that there is no password recovery option available. It's crucial to ensure that you safely retain your password.
|
| ... | |
... | |
| ... | | ... | |