Commit Graph

4740 Commits (ae71a5abf629b937e23e06410a41ac45a009a575)
 

Author SHA1 Message Date
Bjarke Bruun ae71a5abf6 Added debug for API result 3 years ago
Bjarke Bruun df199c5788 Updated API call for OpenBSD sed and tr as newlines does not work there 3 years ago
Bjarke Bruun c1ba4f1b55 Added forced _log to debug deletion of records in GH Actions 3 years ago
Bjarke Bruun b1cc28bbda Merge remote-tracking branch 'origin/master' into new-dns-provider-dns_dnsservices 3 years ago
Bjarke Bruun 80d30bdd30 Removed empty new line to trigger workflow 3 years ago
neil 1b59b0b739
Merge pull request #4176 from acmesh-official/dev
sync
3 years ago
neil 093cfcdf42 Add NetBSD Test by: https://github.com/vmactions/netbsd-vm 3 years ago
Bjarke Bruun 5ff0957861 Added empty new line to trigger workflow 3 years ago
Bjarke Bruun 6913b8beb5
Merge branch 'acmesh-official:master' into new-dns-provider-dns_dnsservices 3 years ago
Bjarke Bruun c8d17bc363 Re-commit (removed non-needed #'tag) 3 years ago
neil 59dc513ac3 add OpenBSD test 3 years ago
neil 87b110bb86 add OpenBSD CI test: https://vmactions.org 3 years ago
Bjarke Bruun 1b3e1a7abe Changed 'grep -E' to '_egrep_o' 'removed ()' 3 years ago
Bjarke Bruun 0afabc60ae Changed 'grep -E' to '_egrep_o' 3 years ago
neil 2d4ea720eb
Merge pull request #2606 from ianw/no-exit-manual-dns
Don't exit with issue failure if in DNS manual mode
3 years ago
neil 9c757bbe6e
Update acme.sh 3 years ago
Bjarke Bruun eba788e8c9 Removed check for _acme-challenge and acmetestXyzRandomName.github-test sub-domain 3 years ago
Bjarke Bruun 444b111a62 Fixed acmetest for domain acmetestXyzRandomName.github-test.<domain> that was explicitly disallowed as it is not _acme-challenge 3 years ago
Bjarke Bruun a364ab4ea7 Added '.' to 'DNS Services' as that is the correct provider name 3 years ago
Ian Wienand be7840c827 Exit with separate failure if in DNS manual mode
In our environment we use DNS manual mode and take the TXT record
output of acme.sh and process it with Ansible to install the records
(then we call renew later when the records have been pushed to the DNS
servers by a whole bunch of other bits).

One problem is that after getting/showing the TXT records, acme.sh
always returns 1.  This makes it difficult to tell if there is
actually an error condition.

Since we have set the manual-mode flag, not installing the DNS records
is an expected correct result.  This returns a separate error code for
this situation (3), which can be distinguished in automation.
3 years ago
neil e3cd96bf19
Merge pull request #4164 from acmesh-official/dev
sync
3 years ago
neilpang 7746042adc fix https://github.com/acmesh-official/acme.sh/issues/4160
fix https://github.com/acmesh-official/acme.sh/issues/4160
3 years ago
Bjarke Bruun 543c4423a2 Added bug report link to dns_dnsservices.sh 3 years ago
Bjarke Bruun 3bd4d32b8d Updated bug report URL 3 years ago
Bjarke Bruun 56a686d3e0 Code formatting (shfmt) 3 years ago
Bjarke Bruun 2f97c789dd Code formatting (shellcheck/shfmt) 3 years ago
Bjarke Bruun 04ca808e80 Code formatting (shfmt) 3 years ago
Bjarke Bruun dc882e6279 Removed empty space 3 years ago
Bjarke Bruun d6eebf82be Removed a few empty lines 3 years ago
Bjarke Bruun 688a234127 Added new 'dns' provider script for https://dns.services 3 years ago
neilpang 6ccf617d62 clear CF_Zone_ID 3 years ago
neil 4951b58b21
Merge pull request #4086 from plett/aws-multiline-comments
Squash multiline responses. Fixes issue #4085
3 years ago
neil 39b25029fc
Merge pull request #4128 from capile/dev
fixed compatibility for UltraDNS API v3
3 years ago
neil b5cabd6d8e
Merge pull request #4131 from ffy/master
change _dbase64 in deploy/qiniu.sh to single line
3 years ago
Debian Bear b169a5c707
change _dbase64 to single line 3 years ago
Guilherme Capilé 4f816c06b0 variable expansion consistency & actions push 3 years ago
Guilherme Capilé b5f49d9563 fixed compatibility for UltraDNS API v3: https://docs.ultradns.neustar/Content/REST%20API/Content/REST%20API/Zone%20API/Zone%20API.htm; also a minor bugfix for fecthing the domain_id using egrep 3 years ago
neil 274fd5ab8b
Merge pull request #4124 from rmalchow/dev
check all pages first, then go up
3 years ago
rm e48d7de763 push to run actions 3 years ago
rm f426940bd2 check all pages first, the go up 3 years ago
neil 6c11dd12d7
Merge pull request #4118 from retoo/bugfix/google-dns-escape-arguments
dns_gcloud: disable argument parsing for challenges
3 years ago
Reto Schüttel c2b14d3075 dns_gcloud: disable argument parsing for challenges
fixes #3596
3 years ago
neilpang 8a144ebfee fix https://github.com/acmesh-official/acme.sh/issues/4117 3 years ago
neilpang 5440fcdf54 check the file path before copying 3 years ago
neil 66b2d496af
Merge pull request #4116 from rbelnap/dns_namecheap_error_fix
Dns namecheap error fix
3 years ago
Bob Belnap 444a0282d7 rename _error _err
When there are errors with namecheap hosts, acme.sh fails with:

dns_namecheap.sh: line 262: _error: command not found

Based on usage elsewhere in the file, I believe this should be _err
3 years ago
neil f897ab4eb8
Merge pull request #4114 from acmesh-official/dev
sync
3 years ago
neilpang 993c187e37 fix https://github.com/acmesh-official/acme.sh/issues/4105
fix https://github.com/acmesh-official/acme.sh/issues/4105
3 years ago
neilpang 3ce67b282f merge https://github.com/acmesh-official/acme.sh/pull/4108
merge https://github.com/acmesh-official/acme.sh/pull/4108
3 years ago
neilpang 606e59a5d0 fix https://github.com/acmesh-official/acme.sh/issues/4110
fix https://github.com/acmesh-official/acme.sh/issues/4110
3 years ago