Commit Graph

2428 Commits (68c5c366f4bc0ab421bd2004e40718b7561c984f)
 

Author SHA1 Message Date
Ben Edmunds 68c5c366f4 dnsapi update dynu for api v2
neilpang c9baca7910 add tls-alpn mode
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
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
neilpang 79a0a66f1f support --tlsport
neilpang 08681f4a8b support tls-alpn-01 https://github.com/Neilpang/acme.sh/issues/1675#issuecomment-447857756
neil a58ef94a9c
Merge pull request from Neilpang/dev
sync
neilpang 2b9ebd6662 fix showcsr https://github.com/Neilpang/acme.sh/issues/1968
neil 6fdd2f40ed
Merge pull request from cshoredaniel/pr-allow-dyn-standard-dns
Allow dyn standard dns and debug nsupdate
neilpang 238990a285 add more debug info
https://github.com/Neilpang/acme.sh/issues/1932
Daniel F. Dickinson 1a77490969 dnsapi: Add option to set zone for nsupdate
Some DNS servers for which dns_nsupdate.sh is applicable (such
as dyn.com's 'Standard DNS' TSIG update mechanism), require that
the zone be set during the nsupdate transaction.  Therefore we
add a new environment variable NSUPDATE_ZONE which is used to
set the zone for the DNS TSIG transaction.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson 5431d05168 dnsapi nsupdate: Add nsupdate debug option
When debug is enabled, also use nsupdate's debug logging
so that the user can see potential issues with the nsupdate
transaction.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
neil eb97cdc33a
Merge pull request from Neilpang/dev
Dev
neil b54d6589c3
Merge pull request from pashinin/master
Write certs in Vault for Fabio load balancer
neil 463768fcf7
Merge pull request from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/1959
neil a43545c6ea fix https://github.com/Neilpang/acme.sh/issues/1959
Sergey Pashinin 9f067d7f56
Deploy to Hashicorp Vault docs
neil 8907e2d850
Merge pull request from Neilpang/dev
sync
Sergey Pashinin c84466b131
Write certs in Vault for Fabio load balancer
neilpang f62b956e74 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
neilpang 9841063df9 fix nginx mode
neil 803c8177d3
Merge pull request from felixonmars/patch-1
Arch Linux package acme.sh is now in [community]
Felix Yan 7ff525468f
Arch Linux package acme.sh is now in [community]
neil 7c1c36f043
Merge pull request from titanofold/dev
Update Linode API to v4
neil 565e3f75c7
Merge pull request from aalmenar/master
Neodigit.net DNS API
Adrian Almenar 842f030355 Revert change
Adrian Almenar f4ad42bb84 Changes requested on commit review
Adrian Almenar fb08b53f0b Add Neodigit.net DNS API
neilpang 598becf619 minor, fix format