Skip to content

Commit 72c75c3

Browse files
committed
Regenerate SSL
with the correct domain name used throughout the tests
1 parent 93e7ad2 commit 72c75c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration.yml

+11
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ jobs:
5959
6060
- name: Install ca.crt from Kiwi TCMS
6161
run: |
62+
# regenerate new certificate, hopefully valid for any sort of hostname
63+
# we decide to run this container on
64+
docker exec -i web_kiwitcms_org /usr/bin/sscg -v -f \
65+
--hostname "web.kiwitcms.org" \
66+
--country BG --locality Sofia \
67+
--organization "Kiwi TCMS" \
68+
--organizational-unit "Quality Engineering" \
69+
--ca-file /Kiwi/static/ca.crt \
70+
--cert-file /Kiwi/ssl/localhost.crt \
71+
--cert-key-file /Kiwi/ssl/localhost.key
72+
6273
sudo mkdir -p /usr/local/share/ca-certificates/
6374
sudo curl --insecure https://web.kiwitcms.org:8443/static/ca.crt --output /usr/local/share/ca-certificates/Kiwi_TCMS_CA.crt
6475
sudo update-ca-certificates --fresh --verbose

0 commit comments

Comments
 (0)