Commit Graph

2642 Commits (aeed2871223b39eecf59917e19e1155e634588f2)
 

Author SHA1 Message Date
Tobias Mädel 127532c226 Added dns_doapi.sh 6 years ago
Milan Pála 572adbaad2 Add support for Active24.cz 6 years ago
neil f4c7822bc9
Merge pull request #2046 from hosting-de/fix/update-to-latest-dns-api
Update hosting.de Plugin to latest API Changes
6 years ago
neil 89561b8d45
Merge pull request #2027 from shonenada/deploy-qiniu
Qiniu deployment support
6 years ago
Oliver Dick b0775f7a58 making shftm really happy 6 years ago
Oliver Dick 2dc50e6633 making shfmt happy 6 years ago
neil ad2a3d603e
Merge pull request #2047 from Neilpang/dev
sync
6 years ago
neilpang 545f23551f trigger validation before cleanup
fix https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
neilpang b15c1ffedc clean TXT records when error happens.
https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
Oliver Dick 56d70e4ea7 Update to latest API Changes 6 years ago
neil 0b934232fd
Merge pull request #2023 from jim-p/acme-fix-2022
Use cross-platform grep pattern for Namecheap API. Fixes #2022
6 years ago
shonenada a4a53e1355
Move docs into README.md from README_zh.md 6 years ago
shonenada c445e70cff
fix indent 6 years ago
shonenada e8eec2cb41
add chinese readme 6 years ago
shonenada dd6fa4af00
Save `QINIU_CDN_DOMAIN` only when defined 6 years ago
shonenada afdb9a63ff
chore: replece `Le_Deploy_Qiniu_*` with `QINIU_*` 6 years ago
jim-p 10ba2cd312 Use a literal space instead of an escaped space. Fixes #2022 6 years ago
shonenada 4c1fa9c242
save CDN Domain with `_savedomainconf` 6 years ago
shonenada 3c6b707353
add `QINIU_CDN_DOMAIN` for wildcard certificate 6 years ago
shonenada 96efc8c7f0
lint codes 6 years ago
shonenada 0cd6afde6f
Add guidance to deploying cert to qiniu.com 6 years ago
shonenada 82b11da4ca
replace `awk` with `sed` and `tr` 6 years ago
shonenada 4ec39ab707
replace with functions defined in acme.sh 6 years ago
shonenada d2a60f3ca4
lint code 6 years ago
shonenada 3bc6628227
Update Qiniu's domain settings after uploading certificate 6 years ago
neil 27579e0701
Merge pull request #2012 from bremensaki/pointhq-api
Native PointHQ API
6 years ago
neil f91bcfeb4b
Merge pull request #2021 from krufab/feature/2020-improve-verification-log-readability
Feature/2020 improve verification log readability
6 years ago
shonenada e19809d5b5
Add deployment for qiniu cdn
Upload certificate and privkey to Qiniu's CDN service with https://developer.qiniu.com/fusion/api/4248/certificate
6 years ago
Fabio Kruger dd068467de 2020 Added a space to improve log readability 6 years ago
Mike Barnes 3099c799b2 Added PointHQ to supported API list 6 years ago
Mike Barnes cd3ef8fa5a Correct edits to README.md this time 6 years ago
Mike Barnes 72ce37704b Native PointHQ support 6 years ago
neil 4420d073bb
Merge pull request #1889 from apollo13/fix_inwx
Fix inwx account without Mobile TAN
6 years ago
neil 9cc9f519fc
Merge pull request #2010 from Neilpang/dev
Support Post as Get
6 years ago
neil 0483d841e3
Support Post as Get (#2009)
* Support POST as GET
https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380

* fix PAG,
The newline '\n' in response is removed by _send_signed_request(), to keep it, we just use needbase64

* fix PAG, the cert is muti line

* fix format

* PAG is only for v2
6 years ago
neil 5546120312
Merge pull request #2006 from Neilpang/dev
sync
6 years ago
neilpang ad613e2437 fix alpn oid.
https://github.com/Neilpang/acme.sh/issues/2005
6 years ago
neil c544759d36
Merge pull request #2002 from Ivru/feature/exoscale
Exoscale DNS API
6 years ago
neil 20503d3c58
Merge pull request #2004 from hebbet/patch-4
add link to profile of Cloudflare
6 years ago
Ivru 3fb17c5de8 Merge branch 'dev' into feature/exoscale 6 years ago
Ivru a5e4bf16d3
Merge pull request #2 from Neilpang/dev
Merging develop
6 years ago
hebbet 68d9aad3a2
add link to profile of Cloudflare
follow-up for #1893
6 years ago
neil 0aba1b4ad3
Merge pull request #1839 from sunflowerit/digitalocean-fix
Fixes on DigitalOcean implementation
6 years ago
neil e12c7c8d27
Merge pull request #1890 from LLeny/master
Fixes Neilpang/acme.sh#1888
6 years ago
neil 83a040722e
Merge pull request #1994 from drott/add_rm_multiple_gandi
[dnsapi] Support adding / removing multiple TXT values for Gandi
6 years ago
neil b7b504d43a
Merge pull request #1996 from Tigger2014/dev
dnsapi update dynu for api v2
6 years ago
neil b18804f57f
Merge pull request #2001 from hosting-de/fix-issue-2000
hosting.de API: waiting for API zoneStatus active
6 years ago
neil 550a5fb4c0
Merge pull request #2003 from martonsz/msz-dns-loopia-fix-wildcard
fix dns_loopia wildcard certificate
6 years ago
Marton Szucs 40f0238bb7 fix dns_loopia wildcard certificate
Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again.

Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. 

Now you can create wildcard certificates using:
 `acme.sh  --issue -d example.com  -d '*.example.com'  --dns dns_loopia`
Double quoting variables
6 years ago
Oliver Dick 089823785e Using _sleep() instead of sleep 6 years ago