In our environment, we need to trust a custom CA for all tools (S3, git, initscript, etc.). For example, when a user provide a custom initscript, the curl command is rejected due to ssl certificates error.
It could be great to add an sudo update-ca-certificates at the top of onyxia-init.sh ?
In our environment, we need to trust a custom CA for all tools (S3, git, initscript, etc.). For example, when a user provide a custom initscript, the
curl
command is rejected due to ssl certificates error.It could be great to add an
sudo update-ca-certificates
at the top ofonyxia-init.sh
?