Skip to content

Commit b0e6f98

Browse files
authored
Update root-certificates.md
1 parent dee2d0f commit b0e6f98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/v1.7.1/maintain/root-certificates.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ icon: safe
55

66
A number of trusted certificate authorities (CAs) are included in the DSF docker images [fhir_proxy](https://github.com/datasharingframework/dsf/pkgs/container/fhir_proxy), [fhir](https://github.com/datasharingframework/dsf/pkgs/container/fhir), [bpe_proxy](https://github.com/datasharingframework/dsf/pkgs/container/bpe_proxy) and [bpe](https://github.com/datasharingframework/dsf/pkgs/container/bpe) by default. Root and intermediate certificates as well as the configured usage of issuing CAs as either **server**, **client** oder **server and client** CA are listed at the end.
77

8+
:::info
9+
Please ensure that you are using an organization-validated certificate (OV). We check for the presence of certain elements in the FHIR proxy. These are not set for domain-validated (DV) certificates. DV-validated certificates cannot be used in the standard setup.
10+
:::
11+
812
## Extending or Replacing Trusted Certificate Authorities
913
X.509 certificates of default trusted CAs are stored as .pem files containing multiple certificates in the docker images and can be replaced by either using docker [bind mounts](https://docs.docker.com/engine/storage/bind-mounts) or configuring appropriate environment variables with different targets.
1014

@@ -182,4 +186,4 @@ If not mentioned explicitly, issuing CAs listed will sign X.509 certificates wit
182186
Not after: Jun 19 08:15:51 2034 GMT
183187
* Issuing CA: **D-TRUST Limited Basic CA 1-3 2019** [client certificates via TMF e.V.]
184188
X509 Certificate: https://www.d-trust.net/cgi-bin/D-TRUST_Limited_Basic_CA_1-3_2019.crt
185-
Not after: Jun 19 08:15:51 2034 GMT
189+
Not after: Jun 19 08:15:51 2034 GMT

0 commit comments

Comments
 (0)