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 5cd39f1 commit 24debc4Copy full SHA for 24debc4
1 file changed
.github/workflows/integration.yml
@@ -66,6 +66,17 @@ jobs:
66
67
- name: Install ca.crt from Kiwi TCMS
68
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
+
80
sudo mkdir -p /usr/local/share/ca-certificates/
81
sudo curl --insecure https://web.kiwitcms.org:8443/static/ca.crt --output /usr/local/share/ca-certificates/Kiwi_TCMS_CA.crt
82
sudo update-ca-certificates --fresh --verbose
0 commit comments