Skip to content

Commit

Permalink
trying to add crt to ca
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 8, 2023
1 parent f48c5ff commit f46f0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
sudo openssl x509 -outform der -in hostcert.pem -out ./certs/broadsea.crt
sudo mv hostkey.pem ./certs/broadsea.key
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 default profile
Expand Down

0 comments on commit f46f0e8

Please sign in to comment.