neil
bc646d120e
Merge pull request #6746 from d-kurz/dev
dns_dynv6: Allow challenge strings that contain "id"
2 days ago
neil
c58da45917
Merge pull request #6678 from fratoro/master
Update dns_cyon to use unique user-agent and all cookies
2 days ago
Denis Kurz
b37867d027
remove unused code
2 days ago
Denis Kurz
880d93f7f7
fix(dynv6): allow 'id' in dns challenge
If the random dns challenge string happens to contain 'id',
the parsing method passed a broken, mingled mix of the
record's data and id field, instead of just the id. As a result,
deleting the TXT record failed. We now specifically look for
'"id":', which cannot appear as part of the challenge string.
2 days ago
Denis Kurz
5ad2bea129
fix typos
2 days ago
neil
903a53991d
fix bugs
6 days ago
neil
188aa515ce
Merge pull request #6724 from h-haaks/base64-encode-pfx-password
Base64 encode pfx password
6 days ago
neil
6a9776b1f0
Merge pull request #6631 from rperper/dev
QUIC.cloud DNS API support (dns_api.sh)
6 days ago
neil
2092d6061b
fix https://github.com/acmesh-official/acme.sh/issues/6736#issuecomment-3707981300
6 days ago
neil
35f99c545c
add debug wiki
6 days ago
neil
4b278dc1bb
Merge pull request #6735 from JensSpanier/dev
Pushover: Remove asterisks
6 days ago
neil
9bf5179b55
Merge pull request #6739 from moaminsharifi/master
Add Virakcloud dns api
6 days ago
Amin Sharifi
ca94221d08
Merge branch 'dev' into master
1 week ago
Amin Sharifi
70462b5ac3
run `~/shfmt -l -w -i 2 dnsapi/dns_virakcloud.sh` and Remove unnecessary blank lines in dns_virakcloud.sh
1 week ago
Amin Sharifi
ef035248c3
Add VirakCloud DNS API support
1 week ago
Amin Sharifi
877cbe04c9
Add VirakCloud DNS API support with add and remove TXT record functions
1 week ago
Jens Spanier
94c670a759
Remove asterisks and line breaks
1 week ago
neil
045e4dee2e
use openindiana-vm@v1
1 week ago
neil
06d9ca61a3
Merge pull request #6728 from jwaterwater/feat/qiniu-force-https-config
Feat/qiniu force https config
1 week ago
neil
dc6a996cc3
Merge pull request #6731 from jdevera/posix_globs_for_list
Fix `--list` regression in POSIX / Docker environments
1 week ago
Jacobo de Vera
b08bb2ef69
Fix list command for POSIX sh by avoiding brace expansion
1 week ago
Your Name
2ad984d8ad
feat(qiniu): make forceHttps configurable via environment variable
Add QINIU_FORCE_HTTPS environment variable (default: false) to allow
configuring HTTPS redirect behavior for CDN domains.
2 weeks ago
Bob Perper
6a37f23b14
Ran shfmt locally
2 weeks ago
Bob Perper
cf2f9ef251
Missed additional quotes
2 weeks ago
Bob Perper
f9ffdbe407
Initialize record_id
2 weeks ago
Bob Perper
778b4a38ed
Missed several double quote issues
2 weeks ago
Bob Perper
397c0605e5
Double quote for globbing
2 weeks ago
Bob Perper
b4f30ff026
Updated for shfmt
2 weeks ago
Bob Perper
0b66acf332
shfmt fixes
2 weeks ago
Bob Perper
185d92f1e7
shfmt fixes
2 weeks ago
Bob Perper
e031457cfa
shfmt fixes
2 weeks ago
Bob Perper
162cfebbbb
Removed jq requirement
2 weeks ago
Bob Perper
66ef351f36
Merge branch 'dev' of https://github.com/rperper/acme.sh into dev
2 weeks ago
jwaterwater
e260b86414
Merge branch 'acmesh-official:master' into master
2 weeks ago
Hugo Haakseth
21d52b5995
Store pfx password base64 encoded
2 weeks ago
neil
d795cb4850
Merge pull request #6717 from acmesh-official/ari
Ari
2 weeks ago
neil
1bd2922bc3
Merge pull request #6716 from acmesh-official/dev
sync
2 weeks ago
neil
47f24126f5
Update supported OS table in README
add openindiana
2 weeks ago
neil
76fdac59bc
Add OpenIndiana CI workflow and badge
Introduced a new OpenIndiana job to the DNS GitHub Actions workflow for testing, including necessary environment variables and steps. Updated README to display the OpenIndiana workflow status badge.
2 weeks ago
neil
49a3d586a3
Add OpenIndiana CI workflow
Introduces a GitHub Actions workflow for OpenIndiana to automate testing of shell scripts.
2 weeks ago
neil
361e7c5ad4
use nfs for vms
use nfs for vms
2 weeks ago
neil
3ae9711892
Merge pull request #6715 from acmesh-official/dev
sync
2 weeks ago
neil
fc7168e11d
change default renew to 30 days
change default renew to 30 days
and fix readme
2 weeks ago
neil
260df0048b
Merge pull request #6241 from tomo2403/multideploy-yaml
Multideploy: Deploy to multiple hooks of the same type
2 weeks ago
invario
11cae37405
make compatible with both yq versions
kislyuk yq (used by Debian packages) does not accept `yq e` and
also returns strings with double quotes.
mikefarah's yq-go (used by Alpine) accepts `yq e` and `yq`.
replace `yq e` with `yq` and also use `-r` switch to remove double
quoting to ensure uniform return values from both yq versions.
Signed-off-by: invario <67800603+invario@users.noreply.github.com>
3 weeks ago
tomo
61b59831c4
minor code style adjustments in multideploy script
4 months ago
Jacobo de Vera
96f38655b4
Use file descriptor 3 for main deployment loop
Before this, some deployment scripts would interact with STDIN and that would cause this loop to skip some elements. By using descriptor 3 we avoid clashing with the very common stdin and stdout.
4 months ago
Jacobo de Vera
ab7835ec58
Fix eval bug by quoting
Before this, the eval call would try to run some commands (if they were compound commands) in the yaml file on the machine running acme.sh
Eval might not be worth it for the little benefit it brings.
4 months ago
Jacobo de Vera
b8b1f1e9b4
Remove config logging when checking
Because it causes a mysterious crash and it's honestly not worth it.
4 months ago
Jacobo de Vera
6b66e734a9
Remove explicit save of the deployhook
acme.sh takes care of that
4 months ago