Commit Graph

2457 Commits (cd3ef8fa5ac946975704d6bb910b2ddf07314377)
 

Author SHA1 Message Date
Mike Barnes cd3ef8fa5a Correct edits to README.md this time
Mike Barnes 72ce37704b Native PointHQ support
neil 4420d073bb
Merge pull request from apollo13/fix_inwx
Fix inwx account without Mobile TAN
neil 0483d841e3
Support Post as Get ()
* 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
neilpang ad613e2437 fix alpn oid.
https://github.com/Neilpang/acme.sh/issues/2005
neil c544759d36
Merge pull request from Ivru/feature/exoscale
Exoscale DNS API
neil 20503d3c58
Merge pull request from hebbet/patch-4
add link to profile of Cloudflare
Ivru 3fb17c5de8 Merge branch 'dev' into feature/exoscale
Ivru a5e4bf16d3
Merge pull request from Neilpang/dev
Merging develop
hebbet 68d9aad3a2
add link to profile of Cloudflare
follow-up for 
neil 0aba1b4ad3
Merge pull request from sunflowerit/digitalocean-fix
Fixes on DigitalOcean implementation
neil e12c7c8d27
Merge pull request from LLeny/master
Fixes 
neil 83a040722e
Merge pull request from drott/add_rm_multiple_gandi
[dnsapi] Support adding / removing multiple TXT values for Gandi
neil b7b504d43a
Merge pull request from Tigger2014/dev
dnsapi update dynu for api v2
neil b18804f57f
Merge pull request from hosting-de/fix-issue-2000
hosting.de API: waiting for API zoneStatus active
neil 550a5fb4c0
Merge pull request from martonsz/msz-dns-loopia-fix-wildcard
fix dns_loopia wildcard certificate
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
Oliver Dick 089823785e Using _sleep() instead of sleep
Ivru ecf7dded07 Fix typo
Ivru 909aba27d1
Merge pull request from Neilpang/master
Merging master
Oliver Dick cd4f29135b waiting for API zoneStatus active
Ben Edmunds 68c5c366f4 dnsapi update dynu for api v2
Dominik Röttsches 29a5311ae0 [dnsapi] Support adding / removing multiple TXT values for Gandi
Gandi supports setting multiple entries by setting multiple array items
for the rrset_values field in their API. Modify the dns_gandi_livedns.sh
script so that it checks for existing entries, appends new ones if
needed, and removes existing ones individually. This enabled wildcard
certificate support on Gandi.

Fixes the dns_gandi_livedns part of .

Tested for creating a multidomain, multiple wild-card certificate on
Gandi and using a test script executing only the dns_gandi_livedns_add
and dns_gandi_livedns_rm functions.
neil 62d774a548
Merge pull request from Neilpang/dev
add tls-alpn mode
neilpang c9baca7910 add tls-alpn mode
neil 86366ae157
Merge pull request from Neilpang/dev
sync
neilpang c4094c68ee Support BuyPass.com CA
neilpang ec67a1b2c1 Do not limit the renew days to 60, it's just a default value.
buypass support 180 days.
neilpang 7ba9a5972d revert fix for https://github.com/Neilpang/acme.sh/issues/1941
1. fix https://github.com/Neilpang/acme.sh/issues/1977
2. The cache is too long to as a line to save in the conf
neilpang b32071ad04 remove unused code
neil b38c4e1a28
Merge pull request from mysteq/buypass-support
Added fixes so BuyPass Go ACME server can be used
neil a13b2b4018
Merge pull request from Neilpang/dev
sync
Ketil 65a2f789dc Removing BUYPASS_CA variable
Ketil 8bd12ed040 Rewrite to remove BuyPass spesific fixes and adapt ACME v1
neil 6914662dd8
Merge pull request from mysteq/spellfix
Fixed spelling of 'tigger' to 'Trigger'
neil bcb11d9b7e
Merge pull request from mysteq/cloudflare-fix
Bugfix for allowing '+' character in CloudFlare email
Ketil 920cab6f12 Added fixes to also use BuyPass Go ACME server
Ketil 9756adb933 Fixed spelling of 'tigger' to 'Trigger'.
Ketil 2671af13cd Bugfix for allowing '+' character in CloudFlare email
neil 37792e9b38
Merge pull request from Neilpang/dev
Dev
neil ebb1a8af1b
Merge pull request from Ivru/feature/exoscale
Feature/exoscale
neil f4ba7fcaf4
Merge pull request from titanofold/linode-v4-api-fix
Linode v4 API Fix
neil 13964ac726
Merge pull request from Neilpang/alpn
Alpn
Aaron W. Swenson c8c1140f15 Linode API v4 Redo
The Cloud and Classic Manager work with different APIs, and so require
a separate module, which we introduce here.

The README has also been modified to state that the two are separate
and incompatible, and provides instructions on using either.
Aaron W. Swenson 9a473640fb Revert "Update Linode API to v4"
This reverts commit 9a27b38976.

Turns out, the Cloud Manager is not backward compatible, nor is the
Classic Manager forward compatible.
Ivru 405173a0b4 Remove extraneous blank lines
Ivru 8e43b86f06 Export header _H3
Ivru eea9aaf940 Fix typos
Ivru 67d3e8d049 Add Exoscape API support for DNSAPI
neilpang f99ca918db fix format