Commit Graph

4603 Commits

Author SHA1 Message Date
5e5ba11601 Add iOS Bark notify hook. 2021-11-21 02:39:46 +08:00
e384df30fa Merge pull request #3813 from acmesh-official/dev
fix https://github.com/acmesh-official/acme.sh/issues/3806
2021-11-19 13:35:18 +08:00
4635dacf7f Add SYNO_TOTP_SECRET for user with two-factor authentication 2021-11-13 13:01:38 +03:00
18e4d270d9 fix https://github.com/acmesh-official/acme.sh/issues/3806 2021-11-13 15:23:32 +08:00
3bcb91f6ae Update truenas.sh
solved the problem of UI-Restart after 12.0-U3
2021-11-11 23:03:00 +01:00
5e574a355d Merge pull request #3800 from acmesh-official/dev
sync
2021-11-10 09:22:45 +08:00
640c7c5fa3 Merge pull request #3798 from Scre13/patch_mail_sh
removed -- at beginning of subject
2021-11-09 11:49:25 +08:00
eb6395a62c Update mail.sh 2021-11-09 11:48:58 +08:00
2b2845aa07 removed -- at beginning of subject 2021-11-09 04:28:30 +01:00
54d8c66f3e Merge pull request #3797 from Scre13/patch_lf_mime_version
Removed newline at the end of subject, added MIME-Version header
2021-11-09 09:32:03 +08:00
95bbf1b190 Update mail.sh 2021-11-09 09:30:36 +08:00
ee2dab51f3 removed newline at the end of subject, added MIME-Version header 2021-11-08 22:13:14 +01:00
f63409eed9 fix https://github.com/acmesh-official/acme.sh/issues/1559 2021-11-06 12:27:50 +08:00
ad8940ad73 Merge pull request #3796 from acmesh-official/ip
Ip
2021-11-06 12:00:13 +08:00
b8bfb5a56c fix format 2021-11-06 11:28:11 +08:00
3f58823430 fix ip cert 2021-11-06 11:26:06 +08:00
e488220bfc fix for solaris 2021-11-06 11:16:41 +08:00
e6e0771496 fix for ip cert alpn mode 2021-11-06 11:16:40 +08:00
fe77d43fa0 fix _deactivate for ip cert 2021-11-06 11:16:40 +08:00
737a7a2db2 add test for ipcert 2021-11-06 11:16:12 +08:00
6ae8d10132 support ip cert: rfc https://tools.ietf.org/html/rfc8738 2021-11-06 11:15:10 +08:00
7d249b6d3b start 3.0.2 2021-11-06 09:52:21 +08:00
a532b82771 Merge pull request #3793 from jearton/feature/feishu-notify
Add feishu notification
2021-11-04 09:43:59 +08:00
e8756482aa Update feishu.sh 2021-11-04 09:42:30 +08:00
35d6da785b add support for feishu notification 2021-11-04 00:41:58 +08:00
dbdcbd4b9e add set-default-chain 2021-11-02 20:37:14 +08:00
a2b6f49c5c Merge pull request #2998 from masbicudo/dev
Notify user about a possible problem when using synology_dsm.sh with user that enabled 2fa
2021-11-01 13:42:57 +08:00
a31ed4a723 Notify user about a possible problem when using synology_dsm.sh with 2fa enabled user account 2021-11-01 01:40:14 -03:00
b2fc84c98e Merge pull request #3787 from acmesh-official/dev
sync
2021-10-31 17:31:35 +08:00
927369b06d Merge pull request #3772 from retoo/bugfix/dns-gcloud-fix-format-change
dns_gcloud: allowrecord-sets list output to be separated by 'semicolon'
2021-10-21 22:33:31 +08:00
401fd37e35 dns_gcloud: allowrecord-sets list output to be separated by 'semicolon'
gcloud dns record-sets list used to separate records by comma, with
version 353.0.0 the tool uses semicolons instead.
2021-10-20 18:18:02 +02:00
759cdf10c5 Merge pull request #3745 from NerLOR/master
Fix Word4You dns plugin to work with current api
2021-10-20 23:39:29 +08:00
6e7ce1eec1 dns_world4you: fix for freeBSD sed
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2021-10-20 14:29:06 +02:00
2a65955e88 Merge branch 'acmesh-official:master' into master 2021-10-18 11:20:15 +02:00
5b0d6a1375 Merge pull request #3756 from acmesh-official/dev
sync
2021-10-13 09:04:06 +08:00
0510da0853 fix test chain root name. 2021-10-13 00:28:14 +08:00
365d22d076 add TEST_PREFERRED_CHAIN 2021-10-13 00:03:12 +08:00
1760169ef9 fix Windows test 2021-10-12 23:43:20 +08:00
32ea224933 update versions 2021-10-12 21:31:06 +08:00
38a067e203 fix https://github.com/acmesh-official/acme.sh/issues/3752 2021-10-12 20:55:11 +08:00
ab6f1b6df7 Merge pull request #3746 from tuffnatty/patch-1
Don't use global variable as local in recursion context
2021-10-09 21:29:36 +08:00
b36802edff Merge pull request #3728 from arnebjarne/dns_cpanel
Support for cPanel DNS
2021-10-09 10:29:27 +08:00
1d2af0f291 force a re-test. 2021-10-08 20:10:46 +02:00
40e8c5e2b0 Don't use global variable as local in recursion context
```nginx
include conf.d/*;
include sites-enabled/*;
```
In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
2021-10-08 18:24:21 +02:00
e11d0d37ee force a re-test. Le servere fails during test 2021-10-07 20:51:18 +02:00
ea4266538a force a re-test 2021-10-07 20:21:51 +02:00
aa7bf9169f Fix Word4You dns plugin to work with current api
the value for uniqueFormIdTTL is not available or needed anymore.
values for 'aktivPaket' are not needed by the api.

changed endpoint for deletion from `/deleteRecord` to `/dns/record/delete`
2021-10-06 14:06:44 +02:00
a95e83ab6e Added txtvalue to dns lookup 2021-10-03 18:45:21 +02:00
86daaf4bf2 Added remove entry debug 2021-10-03 18:37:51 +02:00
d5b4f02932 Added proper id lookup with whitespace removed 2021-10-03 18:13:05 +02:00