Browse Source
Merge pull request #4242 from acmesh-official/dev
fix ip test
pull/4255/head
neil
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
3 deletions
-
.github/workflows/PebbleStrict.yml
|
@ -41,8 +41,8 @@ jobs: |
|
|
PebbleStrict_IPCert: |
|
|
PebbleStrict_IPCert: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
env: |
|
|
env: |
|
|
TestingDomain: 10.30.50.1 |
|
|
|
|
|
ACME_DIRECTORY: https://localhost:14000/dir |
|
|
|
|
|
|
|
|
TestingDomain: 1.23.45.67 |
|
|
|
|
|
TEST_ACME_Server: https://localhost:14000/dir |
|
|
HTTPS_INSECURE: 1 |
|
|
HTTPS_INSECURE: 1 |
|
|
Le_HTTPPort: 5002 |
|
|
Le_HTTPPort: 5002 |
|
|
Le_TLSPort: 5001 |
|
|
Le_TLSPort: 5001 |
|
@ -55,7 +55,10 @@ 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: | |
|
|
|
|
|
docker run --rm -itd --name=pebble \ |
|
|
|
|
|
-e PEBBLE_VA_ALWAYS_VALID=1 \ |
|
|
|
|
|
-p 14000:14000 -p 15000:15000 letsencrypt/pebble:latest pebble -config /test/config/pebble-config.json -strict |
|
|
- name: Clone acmetest |
|
|
- name: Clone acmetest |
|
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
- name: Run acmetest |
|
|
- name: Run acmetest |