You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/operations/v1.9.0/install.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,12 @@ Here is a quick overview of the expected network setup.
94
94
95
95
1. Add certificates and keys
96
96
* Add the server certificate (certificate _A_), the corresponding private-key and the certificate chain (one file with all intermediate certificates, excluding the root CA) to **/opt/fhir/secrets/**
* 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**
104
104
* If the private key is not encrypted, remove the corresponding docker secret lines from the `docker-compose.yml` file
105
105
```
@@ -112,12 +112,12 @@ Here is a quick overview of the expected network setup.
112
112
```
113
113
114
114
::: tip How to chmod / chown
115
-
For the example *ssl_certificate_file.pem (chmod: 440, chown: fhir:docker)* you must:
115
+
For the example *ssl_certificate_file.pem (chmod: 440, chown: root:4101)* you must:
116
116
117
117
1. Set the file content as requested
118
118
2. Change the file permissions to 440 (allow read access to the owner of the file and the group the file belongs to, deny write access to everybody and deny read for other users):
* If the private key is encrypted, add a password file with the password as the only content to **/opt/bpe/secrets/client_certificate_private_key.pem.password**
178
178
* If the private key is not encrypted, remove the corresponding docker secret lines from the `docker-compose.yml` file
0 commit comments