]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
2 years agoMerge pull request #3734 from acmesh-official/dev 3.0.1
neil [Sun, 3 Oct 2021 14:48:12 +0000 (22:48 +0800)]
Merge pull request #3734 from acmesh-official/dev

sync

2 years agoMerge pull request #3599 from cirow/dev
neil [Sun, 3 Oct 2021 14:34:21 +0000 (22:34 +0800)]
Merge pull request #3599 from cirow/dev

Pushbullet Webhook notification

2 years agoUpdate pushbullet.sh
neil [Sun, 3 Oct 2021 14:33:41 +0000 (22:33 +0800)]
Update pushbullet.sh

2 years agoUpdate pushbullet.sh
neil [Sun, 3 Oct 2021 14:31:56 +0000 (22:31 +0800)]
Update pushbullet.sh

2 years agoMerge pull request #3664 from shadowlmd/fix-grep-dns-he
neil [Sun, 3 Oct 2021 14:25:44 +0000 (22:25 +0800)]
Merge pull request #3664 from shadowlmd/fix-grep-dns-he

Fix grep options processing in dns_he module

2 years agoMerge pull request #3733 from acmesh-official/dev
neil [Sun, 3 Oct 2021 13:30:46 +0000 (21:30 +0800)]
Merge pull request #3733 from acmesh-official/dev

sync

2 years agofix for https://github.com/acmesh-official/acme.sh/issues/3717
neil [Sun, 3 Oct 2021 12:59:55 +0000 (20:59 +0800)]
fix for https://github.com/acmesh-official/acme.sh/issues/3717

2 years agofix Windows path
neil [Sun, 3 Oct 2021 11:28:30 +0000 (19:28 +0800)]
fix Windows path

2 years agosupport "--set-default-chain", fix https://github.com/acmesh-official/acme.sh/issues...
neil [Sun, 3 Oct 2021 11:02:45 +0000 (19:02 +0800)]
support "--set-default-chain", fix https://github.com/acmesh-official/acme.sh/issues/3717

2 years agoMerge pull request #3725 from acmesh-official/dev
neil [Fri, 1 Oct 2021 15:02:30 +0000 (23:02 +0800)]
Merge pull request #3725 from acmesh-official/dev

sync

2 years agoMerge pull request #3687 from gstrauss/use-getdeployconf
neil [Fri, 1 Oct 2021 04:41:12 +0000 (12:41 +0800)]
Merge pull request #3687 from gstrauss/use-getdeployconf

use _getdeployconf instead of sourcing DOMAIN_CONF

2 years agouse ${ACME_OPENSSL_BIN:-openssl} instead of openssl
Glenn Strauss [Thu, 30 Sep 2021 23:00:21 +0000 (19:00 -0400)]
use ${ACME_OPENSSL_BIN:-openssl} instead of openssl

(requested by @Neilpang in #3687)

2 years agoMerge pull request #3709 from ToJIka4/add_veesp_api
neil [Sat, 25 Sep 2021 07:52:04 +0000 (15:52 +0800)]
Merge pull request #3709 from ToJIka4/add_veesp_api

Add Veesp DNS API

2 years agoMerge pull request #3710 from tcocca/dev
neil [Fri, 24 Sep 2021 02:25:42 +0000 (10:25 +0800)]
Merge pull request #3710 from tcocca/dev

Rackspace changed their API response, fixed the sed matching

2 years agotrigger GH Actions again
Tom Cocca [Thu, 23 Sep 2021 12:50:20 +0000 (08:50 -0400)]
trigger GH Actions again

2 years agotrigger a GH actions change
Tom Cocca [Thu, 23 Sep 2021 12:20:50 +0000 (08:20 -0400)]
trigger a GH actions change

2 years agoRackspace changed their API response, fixed the sed matching
Tom Cocca [Thu, 23 Sep 2021 12:10:17 +0000 (08:10 -0400)]
Rackspace changed their API response, fixed the sed matching

2 years agoAdd Veesp DNS API
Stephen Pliaskin [Wed, 22 Sep 2021 20:17:50 +0000 (23:17 +0300)]
Add Veesp DNS API

2 years agoMerge pull request #3697 from DerVerruckteFuchs/1984-hosting-cookie-fix
neil [Wed, 15 Sep 2021 01:27:00 +0000 (09:27 +0800)]
Merge pull request #3697 from DerVerruckteFuchs/1984-hosting-cookie-fix

1984 hosting cookie fix

2 years agoreduce ttl
DerVerruckteFuchs [Mon, 13 Sep 2021 15:44:39 +0000 (11:44 -0400)]
reduce ttl

2 years agoget response based on $txtvalue
DerVerruckteFuchs [Sun, 12 Sep 2021 21:38:27 +0000 (17:38 -0400)]
get response based on $txtvalue

2 years agoget TXT entry based on $txtvalue
DerVerruckteFuchs [Sun, 12 Sep 2021 21:20:01 +0000 (17:20 -0400)]
get TXT entry based on $txtvalue

2 years agopick first entry if more than one TXT entry exists
DerVerruckteFuchs [Sun, 12 Sep 2021 21:05:36 +0000 (17:05 -0400)]
pick first entry if more than one TXT entry exists

2 years agoadd correct number of vars for _get_zone_id
DerVerruckteFuchs [Sun, 12 Sep 2021 20:57:32 +0000 (16:57 -0400)]
add correct number of vars for _get_zone_id

2 years agofix email filtering
DerVerruckteFuchs [Sun, 12 Sep 2021 20:49:53 +0000 (16:49 -0400)]
fix email filtering

2 years agofix formatting
DerVerruckteFuchs [Sun, 12 Sep 2021 20:27:40 +0000 (16:27 -0400)]
fix formatting

2 years agofilter out instances where email@domain.com exists
DerVerruckteFuchs [Sun, 12 Sep 2021 20:25:21 +0000 (16:25 -0400)]
filter out instances where email@domain.com exists

2 years agochange $@ -> $_domain
Christophe B Billheimer [Sun, 12 Sep 2021 18:10:15 +0000 (14:10 -0400)]
change $@ -> $_domain

2 years agofix error message for _get_zone_id
Christophe B Billheimer [Sun, 12 Sep 2021 17:49:31 +0000 (13:49 -0400)]
fix error message for _get_zone_id

2 years agofix formatting
Christophe B Billheimer [Sun, 12 Sep 2021 17:33:55 +0000 (13:33 -0400)]
fix formatting

2 years agoadd check when getting zone id
Christophe B Billheimer [Sun, 12 Sep 2021 17:13:55 +0000 (13:13 -0400)]
add check when getting zone id

2 years agochange _url -> url
Christophe B Billheimer [Sun, 12 Sep 2021 17:03:54 +0000 (13:03 -0400)]
change _url -> url

2 years agomake sure _url gets set where it is needed
Christophe B Billheimer [Sun, 12 Sep 2021 17:00:03 +0000 (13:00 -0400)]
make sure _url gets set where it is needed

2 years agomake _get_zone_id usage consistent
Christophe B Billheimer [Sun, 12 Sep 2021 16:54:42 +0000 (12:54 -0400)]
make _get_zone_id usage consistent

2 years agofix typo
Christophe B Billheimer [Sun, 12 Sep 2021 16:50:03 +0000 (12:50 -0400)]
fix typo

2 years agoadd _get_zone_id to dns_1984hosting_rm to get the zone id
Christophe B Billheimer [Sun, 12 Sep 2021 16:48:27 +0000 (12:48 -0400)]
add _get_zone_id to dns_1984hosting_rm to get the zone id

2 years agoadd Referer and X-CSRFToken HTTP headers
Christophe B Billheimer [Sun, 12 Sep 2021 16:45:06 +0000 (12:45 -0400)]
add Referer and X-CSRFToken HTTP headers

2 years agoput cookies into a format that the 1984 Hosting website expects
Christophe B Billheimer [Sun, 12 Sep 2021 16:37:56 +0000 (12:37 -0400)]
put cookies into a format that the 1984 Hosting website expects

2 years agomove getting zone id code into its own function
Christophe B Billheimer [Sun, 12 Sep 2021 16:35:20 +0000 (12:35 -0400)]
move getting zone id code into its own function

2 years agoremove -o option from grep and use _egrep_o instead
Christophe B Billheimer [Fri, 10 Sep 2021 12:49:38 +0000 (08:49 -0400)]
remove -o option from grep and use _egrep_o instead

2 years agoget both the CSRF token and session ID cookies, as they are both needed for login now
Christophe B Billheimer [Fri, 10 Sep 2021 12:02:13 +0000 (08:02 -0400)]
get both the CSRF token and session ID cookies, as they are both needed for login now

2 years agosimplify One984HOSTING_COOKIE grep
Christophe B Billheimer [Fri, 10 Sep 2021 11:25:18 +0000 (07:25 -0400)]
simplify One984HOSTING_COOKIE grep

2 years agoMerge branch 'master' of github.com:DerVerruckteFuchs/acme.sh into 1984-hosting-cooki...
Christophe B Billheimer [Thu, 9 Sep 2021 02:49:24 +0000 (22:49 -0400)]
Merge branch 'master' of github.com:DerVerruckteFuchs/acme.sh into 1984-hosting-cookie-fix

2 years agouse head instead of tail so that the sessionid cookie gets set correctly
Christophe B Billheimer [Thu, 9 Sep 2021 02:48:43 +0000 (22:48 -0400)]
use head instead of tail so that the sessionid cookie gets set correctly

2 years agoMerge pull request #3691 from nookery/patch-1
neil [Tue, 7 Sep 2021 03:55:44 +0000 (11:55 +0800)]
Merge pull request #3691 from nookery/patch-1

the type of 'snis' is array

2 years agoMerge pull request #3696 from TheTyrius/dev
neil [Tue, 7 Sep 2021 01:34:12 +0000 (09:34 +0800)]
Merge pull request #3696 from TheTyrius/dev

[dns_netcup] Fix variable name

2 years agoFix variable name
Philipp B [Mon, 6 Sep 2021 15:01:31 +0000 (17:01 +0200)]
Fix variable name

Wrong variable name was used in login() and logout(), preventing operation.

2 years agoname="snis" => name="snis[]"
Nookery [Sat, 4 Sep 2021 08:59:50 +0000 (16:59 +0800)]
name="snis" => name="snis[]"

kong 2.5.x,snis参数是一个数组

2 years agouse _getdeployconf instead of sourcing DOMAIN_CONF
Glenn Strauss [Wed, 1 Sep 2021 20:36:11 +0000 (16:36 -0400)]
use _getdeployconf instead of sourcing DOMAIN_CONF

(requested by @Neilpang in #3394)

github: closes #3394

2 years agolighttpd deploy hook
Michael Weber [Sat, 6 Feb 2021 08:25:49 +0000 (08:25 +0000)]
lighttpd deploy hook

* verbatim copy from haproxy.sh, s/haproxy/lighttpd
* enable issuer

2 years agoMerge pull request #3682 from acmesh-official/dev
neil [Sun, 29 Aug 2021 14:18:31 +0000 (22:18 +0800)]
Merge pull request #3682 from acmesh-official/dev

sync

2 years agoMerge pull request #3657 from Sp1l/extend_pre_hook
neil [Sun, 22 Aug 2021 03:01:02 +0000 (11:01 +0800)]
Merge pull request #3657 from Sp1l/extend_pre_hook

Make domain names available to pre hook

2 years agoremove clearlinux
neilpang [Wed, 18 Aug 2021 12:59:47 +0000 (20:59 +0800)]
remove clearlinux

2 years agotreat variable contents as text, don't process switches
Aleksei Faians [Tue, 17 Aug 2021 05:58:04 +0000 (08:58 +0300)]
treat variable contents as text, don't process switches

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3660
neilpang [Sun, 15 Aug 2021 00:52:55 +0000 (08:52 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3660

2 years agoMake domain names available to pre hook
Bernard Spil [Tue, 10 Aug 2021 10:36:29 +0000 (12:36 +0200)]
Make domain names available to pre hook

Export Le_Domains and Le_Alt so your pre-hook script can run additional checks.

Allows running checks on the domain names before the first call to the ACME API. Thereby not counting against the rate-limit when an issue is going to be problematic.

Supersedes: #3288

2 years agofix docker test
neilpang [Sun, 8 Aug 2021 00:49:15 +0000 (08:49 +0800)]
fix docker test

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3649
neilpang [Sat, 7 Aug 2021 13:06:05 +0000 (21:06 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3649

2 years agofix nginx mode
neilpang [Fri, 6 Aug 2021 13:22:10 +0000 (21:22 +0800)]
fix nginx mode
https://github.com/acmesh-official/acme.sh/issues/3648#issuecomment-894045613

2 years agoMerge pull request #3647 from acmesh-official/dev
neil [Thu, 5 Aug 2021 12:14:00 +0000 (20:14 +0800)]
Merge pull request #3647 from acmesh-official/dev

sync

2 years agofix https://github.com/acmesh-official/acme.sh/issues/1914#issuecomment-893188476
neilpang [Thu, 5 Aug 2021 12:12:42 +0000 (20:12 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/1914#issuecomment-893188476

2 years agoMerge pull request #3646 from jonwltn/dev
neil [Thu, 5 Aug 2021 08:54:53 +0000 (16:54 +0800)]
Merge pull request #3646 from jonwltn/dev

Minor output formatting changes.

2 years agoMinor output formatting changes.
jonwltn [Wed, 4 Aug 2021 17:44:48 +0000 (10:44 -0700)]
Minor output formatting changes.

2 years agoMerge pull request #3644 from acmesh-official/dev
neil [Wed, 4 Aug 2021 13:43:40 +0000 (21:43 +0800)]
Merge pull request #3644 from acmesh-official/dev

sync

2 years agoMerge pull request #3641 from felixonmars/patch-1
neil [Tue, 3 Aug 2021 03:01:59 +0000 (11:01 +0800)]
Merge pull request #3641 from felixonmars/patch-1

Correct a typo in dns_aws.sh

2 years agoCorrect a typo in dns_aws.sh
Felix Yan [Mon, 2 Aug 2021 17:36:59 +0000 (01:36 +0800)]
Correct a typo in dns_aws.sh

2 years agofix nginx mode
neilpang [Sun, 1 Aug 2021 07:44:14 +0000 (15:44 +0800)]
fix nginx mode

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3635
neilpang [Sun, 1 Aug 2021 05:11:52 +0000 (13:11 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3635

2 years agoMerge pull request #3638 from acmesh-official/dev
neil [Sun, 1 Aug 2021 00:47:41 +0000 (08:47 +0800)]
Merge pull request #3638 from acmesh-official/dev

fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomme…

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomment-887689325
neilpang [Wed, 28 Jul 2021 14:14:54 +0000 (22:14 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomment-887689325

2 years agoMerge pull request #3621 from acmesh-official/dev
neil [Sat, 24 Jul 2021 15:42:34 +0000 (23:42 +0800)]
Merge pull request #3621 from acmesh-official/dev

sync

2 years agominor, clean links for renewal
neil [Sat, 24 Jul 2021 08:23:30 +0000 (16:23 +0800)]
minor, clean links for renewal

2 years agoMerge pull request #3587 from xpac1985/patch-2
neil [Sat, 24 Jul 2021 08:00:55 +0000 (16:00 +0800)]
Merge pull request #3587 from xpac1985/patch-2

dns_infoblox.sh: Fix Infoblox_View handling + some cleanup

2 years agoMerge pull request #3620 from acmesh-official/dev
neil [Sat, 24 Jul 2021 07:48:36 +0000 (15:48 +0800)]
Merge pull request #3620 from acmesh-official/dev

sync

2 years agofix format
neil [Sat, 24 Jul 2021 07:46:58 +0000 (15:46 +0800)]
fix format

2 years agoMerge pull request #3617 from Ivanovitchk/dev
neil [Thu, 22 Jul 2021 06:00:29 +0000 (14:00 +0800)]
Merge pull request #3617 from Ivanovitchk/dev

dns_ovh: fix random add/remove txt records failures

2 years agodns_ovh: fix random add/remove txt records failures
Ivanovitch_k [Wed, 21 Jul 2021 22:09:44 +0000 (00:09 +0200)]
dns_ovh: fix random add/remove txt records failures

due to inconsistent curl api response json

2 years agoadd info
neilpang [Tue, 20 Jul 2021 13:05:17 +0000 (21:05 +0800)]
add info

2 years agoMerge pull request #3612 from acmesh-official/retry
neil [Tue, 20 Jul 2021 12:59:41 +0000 (20:59 +0800)]
Merge pull request #3612 from acmesh-official/retry

add retry logic for http requests

2 years agofix wrong variable name
ciro [Sat, 17 Jul 2021 16:50:45 +0000 (13:50 -0300)]
fix wrong variable name

2 years agoMerge branch 'acmesh-official:dev' into dev
cirow [Fri, 16 Jul 2021 01:56:26 +0000 (22:56 -0300)]
Merge branch 'acmesh-official:dev' into dev

2 years agofix shfmt issues
ciro [Fri, 16 Jul 2021 01:55:35 +0000 (22:55 -0300)]
fix shfmt issues

2 years agoformat
neil [Thu, 15 Jul 2021 14:47:20 +0000 (22:47 +0800)]
format

2 years agoadd retry for get() and post()
neil [Thu, 15 Jul 2021 14:21:32 +0000 (22:21 +0800)]
add retry for get() and post()

2 years agoMerge pull request #3601 from acmesh-official/3600
neil [Mon, 12 Jul 2021 14:27:19 +0000 (22:27 +0800)]
Merge pull request #3601 from acmesh-official/3600

fix https://github.com/acmesh-official/acme.sh/issues/3600

2 years agofix https://github.com/acmesh-official/acme.sh/issues/3600
neil [Mon, 12 Jul 2021 13:46:08 +0000 (21:46 +0800)]
fix https://github.com/acmesh-official/acme.sh/issues/3600

2 years agoMerge pull request #3595 from stevenzhu25/patch-1
neil [Mon, 12 Jul 2021 01:11:29 +0000 (09:11 +0800)]
Merge pull request #3595 from stevenzhu25/patch-1

 Feature Request: Add sender name for SendGrid notify hook

2 years agoadded pushbullet functionality
ciro [Sun, 11 Jul 2021 23:29:44 +0000 (20:29 -0300)]
added pushbullet functionality

2 years agoupdate
neilpang [Sun, 11 Jul 2021 13:58:47 +0000 (21:58 +0800)]
update

2 years agoFix space inconsistency
Steven Zhu [Wed, 7 Jul 2021 02:54:15 +0000 (22:54 -0400)]
Fix space inconsistency

2 years agoAdd sender name for SendGrid notify hook
Steven Zhu [Wed, 7 Jul 2021 00:51:51 +0000 (20:51 -0400)]
Add sender name for SendGrid notify hook

2 years agoMerge pull request #3593 from jonwltn/fix-dnspod
neil [Mon, 5 Jul 2021 01:27:41 +0000 (09:27 +0800)]
Merge pull request #3593 from jonwltn/fix-dnspod

Fix the URL for checking DNSPod availability.

2 years agoFix the URL for checking DNSPod availability.
jonwltn [Fri, 2 Jul 2021 16:23:45 +0000 (09:23 -0700)]
Fix the URL for checking DNSPod availability.

2 years agoShell formatting, again
xpac1985 [Thu, 1 Jul 2021 20:59:43 +0000 (22:59 +0200)]
Shell formatting, again

2 years agoClean up formatting (SHFMT)
xpac1985 [Thu, 1 Jul 2021 20:54:56 +0000 (22:54 +0200)]
Clean up formatting (SHFMT)

2 years agoFix Infoblox_View handling + some cleanup
xpac1985 [Thu, 1 Jul 2021 20:25:49 +0000 (22:25 +0200)]
Fix Infoblox_View handling + some cleanup

URL is now constructed after possible fallback value for Infoblox_View is being set
Infoblox_View is URLencoded to deal with e.g. spaces
Some cleanup, clearer log messages etc.

2 years agoMerge pull request #3581 from acmesh-official/dev
neil [Mon, 28 Jun 2021 13:21:04 +0000 (21:21 +0800)]
Merge pull request #3581 from acmesh-official/dev

sync

2 years agouse letsencrypt server to renew certs if no server was saved.
neilpang [Mon, 28 Jun 2021 13:16:32 +0000 (21:16 +0800)]
use letsencrypt server to renew certs if no server was saved.

2 years agosync (#3580)
neil [Mon, 28 Jun 2021 13:10:42 +0000 (21:10 +0800)]
sync (#3580)

sync

2 years agofix for compatiblity
neilpang [Sun, 27 Jun 2021 03:29:51 +0000 (11:29 +0800)]
fix for compatiblity