Skip to content

Commit d807ad0

Browse files
authored
Merge pull request #702 from tlhackque/master
Remove credentials from test repository, support dns tests from forks, improve upgrades, fix cUrl version checks
2 parents 1982a94 + 01e3728 commit d807ad0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+379
-159
lines changed

.github/workflows/run-tests-pebble.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
1114
jobs:
1215
test-alpine:
1316
runs-on: ubuntu-latest

.github/workflows/run-tests-staging-duckdns.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
14+
env:
15+
DUCKDNS_TOKEN: ${{ secrets.DUCKDNS_TOKEN == '' && '1d616aa9-b8e4-4bb4-b312-3289de82badb' || secrets.DUCKDNS_TOKEN }}
1116
jobs:
1217
test-centos7-duckdns:
1318
runs-on: ubuntu-latest

.github/workflows/run-tests-staging-dynu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
branches:
1010
- master
11+
workflow_dispatch:
12+
branches:
13+
- master
14+
env:
15+
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }}
1116
jobs:
1217
test-centos7-dynu:
1318
runs-on: ubuntu-latest

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ master ]
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
11+
branches:
12+
- master
1013

1114
jobs:
1215
lint:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ sftp or ftp access to the remote server).
9292
getssl ver. 2.36
9393
Obtain SSL certificates from the letsencrypt.org ACME server
9494
95-
Usage: getssl [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet] [-Q|--mute] [-u|--upgrade] [-k|--keep #] [-U|--nocheck] [-r|--revoke cert key] [-w working_dir] [--preferred-chain chain] domain
95+
Usage: getssl [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet] [-Q|--mute] [-u|--upgrade] [-X|--experimental tag] [-U|--nocheck] [-r|--revoke cert key] [-w working_dir] [--preferred-chain chain] domain
9696
9797
Options:
9898
-a, --all Check all certificates
@@ -105,7 +105,7 @@ Options:
105105
-Q, --mute Like -q, but also mute notification about successful upgrade
106106
-r, --revoke "cert" "key" [CA_server] Revoke a certificate (the cert and key are required)
107107
-u, --upgrade Upgrade getssl if a more recent version is available - can be used with or without domain(s)
108-
-k, --keep "#" Maximum number of old getssl versions to keep when upgrading
108+
-X --experimental tag Allow upgrade to a specified version of getssl
109109
-U, --nocheck Do not check if a more recent version is available
110110
-v --version Display current version of getssl
111111
-w working_dir "Working directory"

0 commit comments

Comments
 (0)