Commit ebc835c
fix(docker): Make importing custom certificates work
When custom certificates are passed to the `import_certificates.sh`
script that are mounted into the container (which should be the default
scenario), the import to the system certificates store does not happen
because the `update-ca-certificates` script ignores symbolic links. To
fix this, make sure that the custom certificate files are copied to
"real" files.
Signed-off-by: Oliver Heger <oliver.heger@bosch.com>1 parent df02d27 commit ebc835c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
0 commit comments