| ... | @@ -28,7 +28,7 @@ The instructions in these guidelines use variables that must be replaced with th |
... | @@ -28,7 +28,7 @@ The instructions in these guidelines use variables that must be replaced with th |
|
|
- **`{PRIVATE_KEY_PASSWORD}`**: Refers to the password for the private key within your Java KeyStore.
|
|
- **`{PRIVATE_KEY_PASSWORD}`**: Refers to the password for the private key within your Java KeyStore.
|
|
|
- **`{TRUSTSTORE_PASSWORD}`**: Refers to the password for your Java TrustStore.
|
|
- **`{TRUSTSTORE_PASSWORD}`**: Refers to the password for your Java TrustStore.
|
|
|
|
|
|
|
|
:warning: **Do not add the curly braces**.
|
|
:rotating_light: **Do not add the curly braces**.
|
|
|
|
|
|
|
|
## Requirement:
|
|
## Requirement:
|
|
|
Before continuing with the following steps, ensure that your server environment meets the following prerequisites:
|
|
Before continuing with the following steps, ensure that your server environment meets the following prerequisites:
|
| ... | @@ -167,7 +167,7 @@ networks: |
... | @@ -167,7 +167,7 @@ networks: |
|
|
name: edelivery_network
|
|
name: edelivery_network
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
>:police: Please take note that we have specified the names of the network and container. These names may be utilized if you intend to employ the same network for both your Domibus and your connector. This could be desirable if, for any reason, you prefer not to expose your Domibus externally.
|
|
>**:warning: Caution** Please take note that we have specified the names of the network and container. These names may be utilized if you intend to employ the same network for both your Domibus and your connector. This could be desirable if, for any reason, you prefer not to expose your Domibus externally.
|
|
|
|
|
|
|
|
|
|
|
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **`{DOMIBUS_PORT}`**.
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **`{DOMIBUS_PORT}`**.
|
| ... | @@ -189,7 +189,7 @@ http://{DOMIBUS_HOST}:{DOMIBUS_PORT}/domibus |
... | @@ -189,7 +189,7 @@ http://{DOMIBUS_HOST}:{DOMIBUS_PORT}/domibus |
|
|
## 2 - Self-Signed Certificate
|
|
## 2 - Self-Signed Certificate
|
|
|
:globe_with_meridians:
|
|
:globe_with_meridians:
|
|
|
|
|
|
|
|
> :warning: **Attention**:
|
|
> **:warning: Caution**:
|
|
|
Self-signed certificates are intended for testing purposes only and should not be used in production. For production use, consider obtaining certificates from a trusted certificate provider. Additional information on certificate providers can be found [here](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service).
|
|
Self-signed certificates are intended for testing purposes only and should not be used in production. For production use, consider obtaining certificates from a trusted certificate provider. Additional information on certificate providers can be found [here](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/PKI+Service).
|
|
|
|
|
|
|
|
### A - Generating certificate
|
|
### A - Generating certificate
|
| ... | @@ -300,7 +300,7 @@ From the browser of your PC, access to your Domibus server with the following UR |
... | @@ -300,7 +300,7 @@ From the browser of your PC, access to your Domibus server with the following UR |
|
|
http://{DOMIBUS_HOST}:{DOMIBUS_PORT}/domibus
|
|
http://{DOMIBUS_HOST}:{DOMIBUS_PORT}/domibus
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
>:warning:**Attention**: 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.
|
|
|
|
|
|
|
|
### A - Dashboard Users
|
|
### A - Dashboard Users
|
|
|
:computer:
|
|
:computer:
|
| ... | |
... | |
| ... | | ... | |