Skip to content

Commit

Permalink
added ca step back
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 8, 2023
1 parent 12a3de6 commit af313bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=127.0.0.1' -extensions EXT -config <( \
printf "[dn]\nCN=127.0.0.1\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:127.0.0.1\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
sudo apt-get install -y ca-certificates
sudo cp ./certs/broadsea.crt /usr/local/share/ca-certificates
sudo update-ca-certificates
- name: Build traefik container
run: docker-compose --env-file .env up -d
- name: Build content container
Expand Down

0 comments on commit af313bd

Please sign in to comment.