We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf99570 commit be2b554Copy full SHA for be2b554
exc-docker/init-script.sh
@@ -31,6 +31,9 @@ cp /etc/certificates/${DOMAIN}/rootCA.crt /etc/ssl/certs
31
ln -s /etc/ssl/certs/rootCA.crt /etc/ssl/certs/`openssl x509 -hash -noout -in rootCA.crt`.0
32
# this will update the /etc/ssl/certs/ca-certificates.crt
33
update-ca-certificates
34
+# actually after more testing it turned out that we will still need to append the
35
+# root CA to the file:
36
+cat /etc/ssl/certs >>/etc/ssl/certs/ca-certificates.crt
37
38
# now we can install portainer
39
docker pull portainer/portainer-ce:latest
0 commit comments