Skip to content

Commit

Permalink
[fix] headerinfo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 10, 2024
1 parent ecdc537 commit 224fec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ca_handler_tests_asa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
run: |
docker run -i -v $PWD/lego:/.lego/ --rm --name lego --network acme goacme/lego -s http://acme-srv -a --email "lego@example.com" -d lego.acme revoke
- name: "Header-info - Setup asa_ca_handler with header-info"
- name: "Header-info - Setup asa_ca_handler with headerinfo"
run: |
sudo cp .github/acme2certifier.pem examples/Docker/data/acme2certifier.pem
sudo cp .github/acme2certifier_cert.pem examples/Docker/data/acme2certifier_cert.pem
Expand Down Expand Up @@ -879,7 +879,7 @@ jobs:
run: |
docker run -i -v $PWD/lego:/.lego/ --rm --name lego --network acme goacme/lego -s http://acme-srv -a --email "lego@example.com" -d lego.acme revoke
- name: "Header-info - Setup asa_ca_handler with header-info"
- name: "Header-info - Setup asa_ca_handler with headerinfo"
run: |
sudo touch data/acme_srv.cfg
sudo chmod 777 data/acme_srv.cfg
Expand Down Expand Up @@ -1338,6 +1338,7 @@ jobs:
- name: "[ PREPARE ] Build docker-compose (apache2_wsgi)"
working-directory: examples/Docker/
run: |
sudo apt-get install -y docker-compose
sudo mkdir -p data
docker network create acme
docker-compose up -d
Expand Down

0 comments on commit 224fec2

Please sign in to comment.