Skip to content

Commit d9d1da5

Browse files
committed
Added sentence on server cert ca chain
1 parent f6b069d commit d9d1da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/v1.7.0/maintain/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Here is a quick overview of the expected network setup.
6363
_This certificate will be used as the DSF FHIR servers server certificate (ssl_certificate_file.pem, ssl_certificate_key_file.pem)_
6464
* Store PEM encoded certificate as `ssl_certificate_file.pem`
6565
* Store unencrypted, PEM encoded private-key as `ssl_certificate_key_file.pem`
66+
* Store PEM encoded certificate chain (all intermediate CAs between the server and the root certificate, excluding root) as `ssl_certificate_chain_file.pem`
6667

6768
1. Client Certificate (Certificate _B_)
6869
_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)_

0 commit comments

Comments
 (0)