Commit Graph

4609 Commits (0f607413d08a3e067a4852b27faf096d846854bf)
 

Author SHA1 Message Date
neilpang 4f386663e7 fix for OpenBSD7
https://github.com/acmesh-official/acme.sh/issues/3833
3 years ago
neilpang eaae0547f2 upgrade Solaris 3 years ago
F-Plass b203f2abaa
Merge branch 'acmesh-official:master' into master 3 years ago
neil 5490a2f3ba
Merge pull request #3837 from acmesh-official/dev
sync
3 years ago
neil ba44235471
Update DNS.yml 3 years ago
neil be556f9e36
Merge pull request #3818 from hguandl/master
Add iOS Bark notify hook
3 years ago
Hao Guan 5e5ba11601
Add iOS Bark notify hook. 3 years ago
neil e384df30fa
Merge pull request #3813 from acmesh-official/dev
fix https://github.com/acmesh-official/acme.sh/issues/3806
3 years ago
Nasser Alansari 4635dacf7f Add SYNO_TOTP_SECRET for user with two-factor authentication 3 years ago
neilpang 18e4d270d9 fix https://github.com/acmesh-official/acme.sh/issues/3806 3 years ago
F-Plass 3bcb91f6ae Update truenas.sh
solved the problem of UI-Restart after 12.0-U3
3 years ago
neil 5e574a355d
Merge pull request #3800 from acmesh-official/dev
sync
3 years ago
neil 640c7c5fa3
Merge pull request #3798 from Scre13/patch_mail_sh
removed -- at beginning of subject
3 years ago
neil eb6395a62c
Update mail.sh 3 years ago
Scre13 2b2845aa07 removed -- at beginning of subject 3 years ago
neil 54d8c66f3e
Merge pull request #3797 from Scre13/patch_lf_mime_version
Removed newline at the end of subject, added MIME-Version header
3 years ago
neil 95bbf1b190
Update mail.sh 3 years ago
Scre13 ee2dab51f3 removed newline at the end of subject, added MIME-Version header 3 years ago
neil f63409eed9 fix https://github.com/acmesh-official/acme.sh/issues/1559 3 years ago
neil ad8940ad73
Merge pull request #3796 from acmesh-official/ip
Ip
3 years ago
neil b8bfb5a56c fix format 3 years ago
neil 3f58823430 fix ip cert 3 years ago
neil e488220bfc fix for solaris 3 years ago
neil e6e0771496 fix for ip cert alpn mode 3 years ago
neil fe77d43fa0 fix _deactivate for ip cert 3 years ago
neil 737a7a2db2 add test for ipcert 3 years ago
neil 6ae8d10132 support ip cert: rfc https://tools.ietf.org/html/rfc8738 3 years ago
neil 7d249b6d3b start 3.0.2 3 years ago
neil a532b82771
Merge pull request #3793 from jearton/feature/feishu-notify
Add feishu notification
3 years ago
neil e8756482aa
Update feishu.sh 3 years ago
jearton 35d6da785b add support for feishu notification 3 years ago
neilpang dbdcbd4b9e add set-default-chain 3 years ago
neil a2b6f49c5c
Merge pull request #2998 from masbicudo/dev
Notify user about a possible problem when using synology_dsm.sh with user that enabled 2fa
3 years ago
Miguel Angelo a31ed4a723 Notify user about a possible problem when using synology_dsm.sh with 2fa enabled user account 3 years ago
neil b2fc84c98e
Merge pull request #3787 from acmesh-official/dev
sync
3 years ago
neil 927369b06d
Merge pull request #3772 from retoo/bugfix/dns-gcloud-fix-format-change
dns_gcloud: allowrecord-sets list output to be separated by 'semicolon'
3 years ago
Reto Schuettel 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.
3 years ago
neil 759cdf10c5
Merge pull request #3745 from NerLOR/master
Fix Word4You dns plugin to work with current api
3 years ago
Lorenz Stechauner 6e7ce1eec1 dns_world4you: fix for freeBSD sed
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
3 years ago
Lorenz Stechauner 2a65955e88
Merge branch 'acmesh-official:master' into master 3 years ago
neil 5b0d6a1375
Merge pull request #3756 from acmesh-official/dev
sync
3 years ago
neil 0510da0853 fix test chain root name. 3 years ago
neil 365d22d076 add TEST_PREFERRED_CHAIN 3 years ago
neil 1760169ef9 fix Windows test 3 years ago
neil 32ea224933 update versions 3 years ago
neilpang 38a067e203 fix https://github.com/acmesh-official/acme.sh/issues/3752 3 years ago
neil ab6f1b6df7
Merge pull request #3746 from tuffnatty/patch-1
Don't use global variable as local in recursion context
3 years ago
neil b36802edff
Merge pull request #3728 from arnebjarne/dns_cpanel
Support for cPanel DNS
3 years ago
Bjarne Saltbaek 1d2af0f291 force a re-test. 3 years ago
Phil Krylov 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.
3 years ago