neil 5 days ago
parent
commit
cc677ba9f1
  1. 2
      .github/workflows/DragonFlyBSD.yml
  2. 2
      .github/workflows/FreeBSD.yml
  3. 2
      .github/workflows/Haiku.yml
  4. 7
      .github/workflows/Linux.yml
  5. 7
      .github/workflows/MacOS.yml
  6. 2
      .github/workflows/NetBSD.yml
  7. 2
      .github/workflows/Omnios.yml
  8. 2
      .github/workflows/OpenBSD.yml
  9. 2
      .github/workflows/OpenIndiana.yml
  10. 2
      .github/workflows/Solaris.yml
  11. 7
      .github/workflows/Windows.yml

2
.github/workflows/DragonFlyBSD.yml

@ -46,7 +46,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/FreeBSD.yml

@ -52,7 +52,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/Haiku.yml

@ -53,7 +53,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

7
.github/workflows/Linux.yml

@ -34,6 +34,13 @@ jobs:
TEST_ACME_Server: "LetsEncrypt.org_test"
steps:
- uses: actions/checkout@v6
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 80
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- name: Clone acmetest
run: |
cd .. \

7
.github/workflows/MacOS.yml

@ -47,6 +47,13 @@ jobs:
- uses: actions/checkout@v6
- name: Install tools
run: brew install socat
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 80
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- name: Clone acmetest
run: |
cd .. \

2
.github/workflows/NetBSD.yml

@ -46,7 +46,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/Omnios.yml

@ -52,7 +52,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/OpenBSD.yml

@ -52,7 +52,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/OpenIndiana.yml

@ -52,7 +52,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

2
.github/workflows/Solaris.yml

@ -52,7 +52,7 @@ jobs:
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }}
steps:
- uses: actions/checkout@v6
- uses: vmactions/cf-tunnel@v0
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http

7
.github/workflows/Windows.yml

@ -67,6 +67,13 @@ jobs:
shell: cmd
run: |
echo "PATH=%PATH%"
- uses: anyvm-org/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 80
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- name: Clone acmetest
shell: cmd
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/

Loading…
Cancel
Save