Skip to content

Commit

Permalink
[fix] change lte-sim image to apache2-wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Sep 17, 2021
1 parent 1b2fa86 commit 0baf50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acme_ca_handler_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ACME CAhandler Tests
on:
push:
pull_request:
branches: [ devel ]
branches: [ devel ]
schedule:
- cron: '0 2 * * 6'

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
sudo cp test/ca/sub-ca-key.pem test/ca/sub-ca-crl.pem test/ca/sub-ca-cert.pem test/ca/root-ca-cert.pem examples/Docker/data-le/acme_ca/
sudo cp .github/openssl_ca_handler.py_acme_srv_default_handler.cfg examples/Docker/data-le/acme_srv.cfg
sudo chmod 777 examples/Docker/data-le/acme_srv.cfg
docker run -d -p 80:80 --rm -id --network acme --name=acme-le-sim -v "$(pwd)/examples/Docker/data-le":/var/www/acme2certifier/volume/ grindsa/acme2certifier:devel
docker run -d -p 80:80 --rm -id --network acme --name=acme-le-sim -v "$(pwd)/examples/Docker/data-le":/var/www/acme2certifier/volume/ grindsa/acme2certifier:apache2-wsgi
- name: "Test http://acme-le-sim/directory is accessable"
run: docker run -i --rm --network acme curlimages/curl -f http://acme-le-sim/directory
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ and pick the appropriate release branch.

**Features and Improvements**:

- absolute path support for CA- and EABhandler
- absolute path support for CA- and EABhandler

**Bugfixes**:

- fixed race condition in push_to_docker workflow
- fixed race condition in push_to_docker workflow

## Changes in 0.18

Expand Down

0 comments on commit 0baf50f

Please sign in to comment.