Skip to content

Commit d341514

Browse files
committed
tar.gz files for 2.0.0, updated row numbers in install.md
1 parent d78fc35 commit d341514

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
-1.61 KB
Binary file not shown.
1.61 KB
Binary file not shown.
-1.8 KB
Binary file not shown.
1.81 KB
Binary file not shown.

docs/src/operations/v2.0.0/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ Here is a quick overview of the expected network setup.
113113
* If the private key is encrypted, add a password file with the password as the only content to **/opt/fhir/secrets/client_certificate_private_key.pem.password**
114114
* If the private key is not encrypted, remove the corresponding docker secret lines from the `docker-compose.yml` file
115115
```
116-
L34: - app_client_certificate_private_key.pem.password
116+
L37: - app_client_certificate_private_key.pem.password
117117
...
118-
L47: DEV_DSF_FHIR_CLIENT_CERTIFICATE_PRIVATE_KEY_PASSWORD_FILE: /run/secrets/app_client_certificate_private_key.pem.password
118+
L50: DEV_DSF_FHIR_CLIENT_CERTIFICATE_PRIVATE_KEY_PASSWORD_FILE: /run/secrets/app_client_certificate_private_key.pem.password
119119
...
120-
L105: app_client_certificate_private_key.pem.password:
121-
L106: file: ./secrets/client_certificate_private_key.pem.password
120+
L108: app_client_certificate_private_key.pem.password:
121+
L109: file: ./secrets/client_certificate_private_key.pem.password
122122
```
123123
124124
::: tip How to chmod / chown

0 commit comments

Comments
 (0)