Skip to content

Commit 24debc4

Browse files
committed
Regenerate SSL
1 parent 5cd39f1 commit 24debc4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ jobs:
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

0 commit comments

Comments
 (0)