-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
174 changed files
with
2,836 additions
and
1,591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
name: DragonFlyBSD | ||
on: | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- '*.sh' | ||
- '.github/workflows/DragonFlyBSD.yml' | ||
|
||
pull_request: | ||
branches: | ||
- dev | ||
paths: | ||
- '*.sh' | ||
- '.github/workflows/DragonFlyBSD.yml' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
|
||
|
||
|
||
jobs: | ||
DragonFlyBSD: | ||
strategy: | ||
matrix: | ||
include: | ||
- TEST_ACME_Server: "LetsEncrypt.org_test" | ||
CA_ECDSA: "" | ||
CA: "" | ||
CA_EMAIL: "" | ||
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 | ||
#- TEST_ACME_Server: "ZeroSSL.com" | ||
# CA_ECDSA: "ZeroSSL ECC Domain Secure Site CA" | ||
# CA: "ZeroSSL RSA Domain Secure Site CA" | ||
# CA_EMAIL: "[email protected]" | ||
# TEST_PREFERRED_CHAIN: "" | ||
runs-on: macos-12 | ||
env: | ||
TEST_LOCAL: 1 | ||
TEST_ACME_Server: ${{ matrix.TEST_ACME_Server }} | ||
CA_ECDSA: ${{ matrix.CA_ECDSA }} | ||
CA: ${{ matrix.CA }} | ||
CA_EMAIL: ${{ matrix.CA_EMAIL }} | ||
TEST_PREFERRED_CHAIN: ${{ matrix.TEST_PREFERRED_CHAIN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: vmactions/cf-tunnel@v0 | ||
id: tunnel | ||
with: | ||
protocol: http | ||
port: 8080 | ||
- name: Set envs | ||
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV | ||
- name: Clone acmetest | ||
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ | ||
- uses: vmactions/dragonflybsd-vm@v0 | ||
with: | ||
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN' | ||
copyback: "false" | ||
nat: | | ||
"8080": "80" | ||
prepare: | | ||
pkg install -y curl socat libnghttp2 | ||
usesh: true | ||
run: | | ||
cd ../acmetest \ | ||
&& ./letest.sh | ||
name: DragonFlyBSD | ||
on: | ||
push: | ||
branches: | ||
- '*' | ||
paths: | ||
- '*.sh' | ||
- '.github/workflows/DragonFlyBSD.yml' | ||
|
||
pull_request: | ||
branches: | ||
- dev | ||
paths: | ||
- '*.sh' | ||
- '.github/workflows/DragonFlyBSD.yml' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
|
||
|
||
jobs: | ||
DragonFlyBSD: | ||
strategy: | ||
matrix: | ||
include: | ||
- TEST_ACME_Server: "LetsEncrypt.org_test" | ||
CA_ECDSA: "" | ||
CA: "" | ||
CA_EMAIL: "" | ||
TEST_PREFERRED_CHAIN: (STAGING) | ||
#- TEST_ACME_Server: "ZeroSSL.com" | ||
# CA_ECDSA: "ZeroSSL ECC Domain Secure Site CA" | ||
# CA: "ZeroSSL RSA Domain Secure Site CA" | ||
# CA_EMAIL: "[email protected]" | ||
# TEST_PREFERRED_CHAIN: "" | ||
runs-on: ubuntu-latest | ||
env: | ||
TEST_LOCAL: 1 | ||
TEST_ACME_Server: ${{ matrix.TEST_ACME_Server }} | ||
CA_ECDSA: ${{ matrix.CA_ECDSA }} | ||
CA: ${{ matrix.CA }} | ||
CA_EMAIL: ${{ matrix.CA_EMAIL }} | ||
TEST_PREFERRED_CHAIN: ${{ matrix.TEST_PREFERRED_CHAIN }} | ||
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: vmactions/cf-tunnel@v0 | ||
id: tunnel | ||
with: | ||
protocol: http | ||
port: 8080 | ||
- name: Set envs | ||
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV | ||
- name: Clone acmetest | ||
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ | ||
- uses: vmactions/dragonflybsd-vm@v1 | ||
with: | ||
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET' | ||
nat: | | ||
"8080": "80" | ||
prepare: | | ||
pkg install -y curl socat libnghttp2 | ||
usesh: true | ||
copyback: false | ||
run: | | ||
cd ../acmetest \ | ||
&& ./letest.sh | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,19 @@ jobs: | |
CA_ECDSA: "" | ||
CA: "" | ||
CA_EMAIL: "" | ||
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 | ||
TEST_PREFERRED_CHAIN: (STAGING) | ||
- TEST_ACME_Server: "LetsEncrypt.org_test" | ||
CA_ECDSA: "" | ||
CA: "" | ||
CA_EMAIL: "" | ||
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 | ||
TEST_PREFERRED_CHAIN: (STAGING) | ||
ACME_USE_WGET: 1 | ||
#- TEST_ACME_Server: "ZeroSSL.com" | ||
# CA_ECDSA: "ZeroSSL ECC Domain Secure Site CA" | ||
# CA: "ZeroSSL RSA Domain Secure Site CA" | ||
# CA_EMAIL: "[email protected]" | ||
# TEST_PREFERRED_CHAIN: "" | ||
runs-on: macos-12 | ||
runs-on: ubuntu-latest | ||
env: | ||
TEST_LOCAL: 1 | ||
TEST_ACME_Server: ${{ matrix.TEST_ACME_Server }} | ||
|
@@ -51,7 +51,7 @@ jobs: | |
TEST_PREFERRED_CHAIN: ${{ matrix.TEST_PREFERRED_CHAIN }} | ||
ACME_USE_WGET: ${{ matrix.ACME_USE_WGET }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: vmactions/cf-tunnel@v0 | ||
id: tunnel | ||
with: | ||
|
@@ -61,7 +61,7 @@ jobs: | |
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV | ||
- name: Clone acmetest | ||
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ | ||
- uses: vmactions/freebsd-vm@v0 | ||
- uses: vmactions/freebsd-vm@v1 | ||
with: | ||
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET' | ||
nat: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.