You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
905 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. name: PebbleStrict
  2. on: [push, pull_request]
  3. jobs:
  4. PebbleStrict:
  5. runs-on: ubuntu-latest
  6. env:
  7. TestingDomain: example.com
  8. TestingAltDomains: www.example.com
  9. ACME_DIRECTORY: https://localhost:14000/dir
  10. HTTPS_INSECURE: 1
  11. Le_HTTPPort: 5002
  12. TEST_LOCAL: 1
  13. TEST_CA: todo
  14. steps:
  15. - uses: actions/checkout@v2
  16. - name: Run Pebble
  17. run: cd "$GITHUB_WORKSPACE" && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
  18. - name: Set up Pebble
  19. run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
  20. - name: Clone acmetest
  21. run: cd "$GITHUB_WORKSPACE" && git clone https://github.com/acmesh-official/acmetest.git && mv acme.sh acmetest/
  22. - name: Run acmetest
  23. run: cd acmetest && ./letest.sh