File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 6666
6767 - name : Install ca.crt from Kiwi TCMS
6868 run : |
69+ # regenerate new certificate, hopefully valie for any sort of hostname
70+ # we decide to run this container on
71+ docker exec -i web_kiwitcms_org /usr/bin/sscg -v -f \
72+ --hostname "web.kiwitcms.org" \
73+ --country BG --locality Sofia \
74+ --organization "Kiwi TCMS" \
75+ --organizational-unit "Quality Engineering" \
76+ --ca-file /Kiwi/static/ca.crt \
77+ --cert-file /Kiwi/ssl/localhost.crt \
78+ --cert-key-file /Kiwi/ssl/localhost.key
79+
6980 sudo mkdir -p /usr/local/share/ca-certificates/
7081 sudo curl --insecure https://web.kiwitcms.org:8443/static/ca.crt --output /usr/local/share/ca-certificates/Kiwi_TCMS_CA.crt
7182 sudo update-ca-certificates --fresh --verbose
You can’t perform that action at this time.
0 commit comments