Skip to content

Commit b7b4080

Browse files
committed
modified thumbprint param documentation
1 parent 898a37f commit b7b4080

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/operations/v2.0.0-RC1/fhir/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ icon: config
188188
- **Recommendation:** By convention: The shortest possible FQDN that resolve the homepage of the organization
189189
- **Example:** `hospital.com`
190190

191-
TODO
191+
192192
### DEV_DSF_FHIR_SERVER_ORGANIZATION_THUMBPRINT
193193
- **Property:** dev.dsf.fhir.server.organization.thumbprint
194-
- **Required:** Yes
195-
- **Description:** The SHA-512 thumbprint of the local organization client certificate
196-
- **Recommendation:** The thumbprint can be calculated via `certtool --fingerprint --hash=sha512 --infile=client_certificate.pem`
194+
- **Required:** No
195+
- **Description:** The SHA-512 thumbprint of the local organization client certificate; will be calculated on startup based on the client certificate specified via *DEV_DSF_FHIR_CLIENT_CERTIFICATE*
196+
- **Recommendation:** Do not specify this variable when using the same client certificate for the FHIR and BPE server; the thumbprint can be calculated via `certtool --fingerprint --hash=sha512 --infile=client_certificate.pem`
197197

198198

199199
### DEV_DSF_FHIR_SERVER_PAGE_COUNT

0 commit comments

Comments
 (0)