Skip to content

Commit

Permalink
Added sentence on server cert ca chain
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Jan 22, 2025
1 parent f6b069d commit d9d1da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/v1.7.0/maintain/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Here is a quick overview of the expected network setup.
_This certificate will be used as the DSF FHIR servers server certificate (ssl_certificate_file.pem, ssl_certificate_key_file.pem)_
* Store PEM encoded certificate as `ssl_certificate_file.pem`
* Store unencrypted, PEM encoded private-key as `ssl_certificate_key_file.pem`
* Store PEM encoded certificate chain (all intermediate CAs between the server and the root certificate, excluding root) as `ssl_certificate_chain_file.pem`

1. Client Certificate (Certificate _B_)
_This certificate will be used as the DSF BPE servers client certificate (client_certificate.pem, client_certificate_private_key.pem) as well as the DSF FHIR servers client certificate (client_certificate.pem, client_certificate_private_key.pem)_
Expand Down

0 comments on commit d9d1da5

Please sign in to comment.