|
@ -37,3 +37,26 @@ jobs: |
|
|
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 |
|
|
run: cd ../acmetest && ./letest.sh |
|
|
run: cd ../acmetest && ./letest.sh |
|
|
|
|
|
|
|
|
|
|
|
PebbleStrict_IPCert: |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
env: |
|
|
|
|
|
TestingDomain: 10.30.50.1 |
|
|
|
|
|
ACME_DIRECTORY: https://localhost:14000/dir |
|
|
|
|
|
HTTPS_INSECURE: 1 |
|
|
|
|
|
Le_HTTPPort: 5002 |
|
|
|
|
|
Le_TLSPort: 5001 |
|
|
|
|
|
TEST_LOCAL: 1 |
|
|
|
|
|
TEST_CA: "Pebble Intermediate CA" |
|
|
|
|
|
TEST_IPCERT: 1 |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
- name: Install tools |
|
|
|
|
|
run: sudo apt-get install -y socat |
|
|
|
|
|
- name: Run Pebble |
|
|
|
|
|
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d |
|
|
|
|
|
- name: Clone acmetest |
|
|
|
|
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
|
|
|
- name: Run acmetest |
|
|
|
|
|
run: cd ../acmetest && ./letest.sh |