oittaa
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/PebbleStrict.yml
|
@ -37,7 +37,7 @@ jobs: |
|
|
- name: Install tools |
|
|
- name: Install tools |
|
|
run: sudo apt-get install -y socat |
|
|
run: sudo apt-get install -y socat |
|
|
- name: Run Pebble |
|
|
- name: Run Pebble |
|
|
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d |
|
|
|
|
|
|
|
|
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker compose up -d |
|
|
- name: Set up Pebble |
|
|
- name: Set up Pebble |
|
|
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4 |
|
|
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4 |
|
|
- name: Clone acmetest |
|
|
- name: Clone acmetest |
|
@ -69,4 +69,4 @@ jobs: |
|
|
- name: Clone acmetest |
|
|
- name: Clone acmetest |
|
|
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
- name: Run acmetest |
|
|
- name: Run acmetest |
|
|
run: cd ../acmetest && ./letest.sh |
|
|
|
|
|
|
|
|
run: cd ../acmetest && ./letest.sh |