Skip to content

Commit

Permalink
trying new openssl steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 8, 2023
1 parent 214ac10 commit 220dac5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
- name: Use generated certificates
if: matrix.httpType == 'https' && runner.os == 'Linux'
run: |
mv hostcert.pem ./certs/broadsea.crt
mv hostkey.pem ./certs/broadsea.key
openssl x509 -in ./certs/broadsea.crt -noout -text
openssl x509 -outform der -in hostcert.pem -out ./certs/broadsea.crt
openssl x509 -in hostkey.pem -out ./certs/broadsea.key
- name: Build traefik container
run: docker-compose --env-file .env up -d
- name: Build default profile
Expand Down

0 comments on commit 220dac5

Please sign in to comment.