Christophe B Billheimer
e992979113
Merge branch 'master' of github.com:DerVerruckteFuchs/acme.sh into 1984-hosting-cookie-fix
2021-09-08 22:49:24 -04:00
Christophe B Billheimer
d317b49940
use head instead of tail so that the sessionid cookie gets set correctly
2021-09-08 22:48:43 -04:00
neil
6be53468c5
Merge pull request #3691 from nookery/patch-1
...
the type of 'snis' is array
2021-09-07 11:55:44 +08:00
neil
046094bdcb
Merge pull request #3696 from TheTyrius/dev
...
[dns_netcup] Fix variable name
2021-09-07 09:34:12 +08:00
Philipp B
1064c270d9
Fix variable name
...
Wrong variable name was used in login() and logout(), preventing operation.
2021-09-06 17:01:31 +02:00
Nookery
2447fccf1e
name="snis" => name="snis[]"
...
kong 2.5.x,snis参数是一个数组
2021-09-04 16:59:50 +08:00
Glenn Strauss
c43c711f72
use _getdeployconf instead of sourcing DOMAIN_CONF
...
(requested by @Neilpang in #3394 )
github: closes #3394
2021-09-01 16:37:10 -04:00
Michael Weber
f354e6de69
lighttpd deploy hook
...
* verbatim copy from haproxy.sh, s/haproxy/lighttpd
* enable issuer
2021-09-01 16:33:24 -04:00
neil
12615c46f8
Merge pull request #3682 from acmesh-official/dev
...
sync
2021-08-29 22:18:31 +08:00
neil
b335840f97
Merge pull request #3657 from Sp1l/extend_pre_hook
...
Make domain names available to pre hook
2021-08-22 11:01:02 +08:00
neilpang
c5efec678e
remove clearlinux
2021-08-18 20:59:47 +08:00
Aleksei Faians
83cb89e4f7
treat variable contents as text, don't process switches
2021-08-17 08:58:04 +03:00
neilpang
6bdf689d0f
fix https://github.com/acmesh-official/acme.sh/issues/3660
2021-08-15 08:52:55 +08:00
Bernard Spil
e164362069
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
2021-08-10 12:36:29 +02:00
neilpang
72e3f33f28
fix docker test
2021-08-08 08:49:15 +08:00
neilpang
ccfd907914
fix https://github.com/acmesh-official/acme.sh/issues/3649
2021-08-07 21:06:05 +08:00
neilpang
5a44e63cad
fix nginx mode
...
https://github.com/acmesh-official/acme.sh/issues/3648#issuecomment-894045613
2021-08-06 21:22:10 +08:00
neil
d96cca3822
Merge pull request #3647 from acmesh-official/dev
...
sync
2021-08-05 20:14:00 +08:00
neilpang
06580bf0e4
fix https://github.com/acmesh-official/acme.sh/issues/1914#issuecomment-893188476
2021-08-05 20:12:42 +08:00
neil
b21bd64764
Merge pull request #3646 from jonwltn/dev
...
Minor output formatting changes.
2021-08-05 16:54:53 +08:00
jonwltn
6b97dc6734
Minor output formatting changes.
2021-08-04 10:44:48 -07:00
neil
4e3f328a02
Merge pull request #3644 from acmesh-official/dev
...
sync
2021-08-04 21:43:40 +08:00
neil
8380ca2fdd
Merge pull request #3641 from felixonmars/patch-1
...
Correct a typo in dns_aws.sh
2021-08-03 11:01:59 +08:00
Felix Yan
ec678bc6d2
Correct a typo in dns_aws.sh
2021-08-03 01:36:59 +08:00
neilpang
2b5e2d4760
fix nginx mode
2021-08-01 15:44:14 +08:00
neilpang
89abad7980
fix https://github.com/acmesh-official/acme.sh/issues/3635
2021-08-01 13:11:52 +08:00
neil
d84da5bdbf
Merge pull request #3638 from acmesh-official/dev
...
fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomme …
2021-08-01 08:47:41 +08:00
neilpang
5cc1d9521c
fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomment-887689325
2021-07-28 22:14:54 +08:00
neil
a199fc6113
Merge pull request #3621 from acmesh-official/dev
...
sync
2021-07-24 23:42:34 +08:00
neil
655e34b166
minor, clean links for renewal
2021-07-24 16:23:43 +08:00
neil
5ea3a02d6a
Merge pull request #3587 from xpac1985/patch-2
...
dns_infoblox.sh: Fix Infoblox_View handling + some cleanup
2021-07-24 16:00:55 +08:00
neil
15c68c9594
Merge pull request #3620 from acmesh-official/dev
...
sync
2021-07-24 15:48:36 +08:00
neil
08438608d1
fix format
2021-07-24 15:46:58 +08:00
neil
2da94e0fdf
Merge pull request #3617 from Ivanovitchk/dev
...
dns_ovh: fix random add/remove txt records failures
2021-07-22 14:00:29 +08:00
Ivanovitch_k
63165764dc
dns_ovh: fix random add/remove txt records failures
...
due to inconsistent curl api response json
2021-07-22 00:24:11 +02:00
neilpang
103810ce20
add info
2021-07-20 21:05:17 +08:00
neil
f59356b96b
Merge pull request #3612 from acmesh-official/retry
...
add retry logic for http requests
2021-07-20 20:59:41 +08:00
ciro
4a8511f680
fix wrong variable name
2021-07-17 13:50:45 -03:00
cirow
cd6698c688
Merge branch 'acmesh-official:dev' into dev
2021-07-15 22:56:26 -03:00
ciro
c7ca9d7e36
fix shfmt issues
2021-07-15 22:55:35 -03:00
neil
d70b759cb9
format
2021-07-15 22:47:20 +08:00
neil
ae3dda0f8f
add retry for get() and post()
2021-07-15 22:21:32 +08:00
neil
e229ba5945
Merge pull request #3601 from acmesh-official/3600
...
fix https://github.com/acmesh-official/acme.sh/issues/3600
2021-07-12 22:27:19 +08:00
neil
dcc50093bb
fix https://github.com/acmesh-official/acme.sh/issues/3600
2021-07-12 21:46:08 +08:00
neil
0831690f79
Merge pull request #3595 from stevenzhu25/patch-1
...
Feature Request: Add sender name for SendGrid notify hook
2021-07-12 09:11:29 +08:00
ciro
98ef51514f
added pushbullet functionality
2021-07-11 20:29:44 -03:00
neilpang
ac9993394c
update
2021-07-11 21:58:47 +08:00
Steven Zhu
849c3fd9c9
Fix space inconsistency
2021-07-06 22:54:15 -04:00
Steven Zhu
da58fcbfce
Add sender name for SendGrid notify hook
2021-07-06 20:51:51 -04:00
neil
fa3cd9736f
Merge pull request #3593 from jonwltn/fix-dnspod
...
Fix the URL for checking DNSPod availability.
2021-07-05 09:27:41 +08:00