Commit Graph

  • 1b475cf9f3
    Remove -q from greps #2369 Brian Hartvigsen 2020-02-10 21:02:27 -0700
  • 719b690451
    add support for using a Zone ID Arthur Wiebe 2020-02-10 10:22:55 -0500
  • 5e6b2ec6c1 Change save to save mutable #2717 Josef Vogt 2020-02-10 15:39:59 +0100
  • 3cdc523dec
    Merge pull request #2628 from woutd/master neil 2020-02-10 22:27:05 +0800
  • eb49127b9e
    improve id parse #2726 Blfrg 2020-02-09 14:50:29 -0600
  • d07172a528
    Replace disabled linter with variable substituion Brian Hartvigsen 2020-02-09 12:06:13 -0800
  • 79637097ba
    Use _utc_date Brian Hartvigsen 2020-02-09 11:50:50 -0800
  • 1259341095
    Use deployconf properly Brian Hartvigsen 2020-02-09 03:10:11 -0800
  • 5d3bc95ac5
    Fix some debug output Brian Hartvigsen 2020-02-09 02:50:29 -0800
  • de25232a73
    Allow creating new certificates when certificate is not found Brian Hartvigsen 2020-02-09 02:26:55 -0800
  • 95769de464
    Fix shfmt/shellcheck issues Brian Hartvigsen 2020-02-09 02:01:26 -0800
  • 52a168b961
    Stop using jq/curl directly Brian Hartvigsen 2020-02-08 16:27:18 -0800
  • b3b00b6700
    Using domainconf instead of account Brian Hartvigsen 2019-09-30 14:06:04 -0600
  • 8e8cda132c
    Remove boilerplate from what I used for template Brian Hartvigsen 2019-06-30 00:30:35 -0600
  • 6459ccb185
    Cleanup shfmt warnings Brian Hartvigsen 2019-06-30 00:13:45 -0600
  • 548f83c3ad
    Cleanup shellcheck errors Brian Hartvigsen 2019-06-30 00:13:07 -0600
  • 555e0de9e4
    Initial support for Synology DSM Brian Hartvigsen 2019-06-29 21:47:24 -0600
  • cc4bce283f Merge branch 'master' of git://github.com/acmesh-official/acme.sh #2628 Wout 2020-02-09 10:13:17 +0100
  • 8189a34d14
    fix dns_me id parse Blfrg 2020-02-08 16:43:23 -0600
  • 5d88ad554f
    Improved token processing method and misc bugfixes #2719 Victor Huang 2020-02-08 23:24:45 +0800
  • 2cc50a2b65 Cosmetic fixes. Wout 2020-02-08 12:27:19 +0100
  • 24d5564596 Improve error handling Josef Vogt 2020-02-06 16:37:43 +0100
  • 33670a5bd0
    CQHTTP: Change shebang to "/usr/bin/env sh" Victor Huang 2020-02-06 11:26:56 +0800
  • 64f8a222cb
    Add support for CQHTTP QQ bot API Victor Huang 2020-02-06 11:12:14 +0800
  • d9a9695fe0 Deploy certificates to Palo Alto Network Firewalls Paul Nguyen 2020-02-05 14:29:01 -0800
  • ec9c98df17 Fixup whitespace issue Josef Vogt 2020-02-05 15:08:17 +0100
  • 0ed30db1d8 Fixup bashism Josef Vogt 2020-02-05 14:48:49 +0100
  • dc86b605fe Add support for octoDNS (multi-provider) Josef Vogt 2020-02-05 09:42:56 +0100
  • 8e6c4e1aca
    Merge pull request #2481 from blablup/OPNsense_dns neil 2020-01-31 16:37:31 +0800
  • 490fbfc13e
    Merge pull request #2701 from xpac1985/patch-1 neil 2020-01-31 16:32:13 +0800
  • 4b45973361
    Merge pull request #2470 from StefanAbl/master neil 2020-01-31 16:30:51 +0800
  • 4c27e08e3d
    Merge pull request #2692 from helbgd/patch-7 neil 2020-01-31 16:29:16 +0800
  • 94eb80597b
    Merge pull request #2712 from acmesh-official/dev neil 2020-01-30 12:44:47 +0800
  • d610eb15d8 update repo name #2712 neilpang 2020-01-30 12:44:02 +0800
  • 4f53cd1704
    Merge pull request #2711 from acmesh-official/dev neil 2020-01-30 12:08:21 +0800
  • d795fac37a update repo name #2711 neilpang 2020-01-30 12:06:39 +0800
  • ce6b71a58b
    Merge pull request #2710 from acmesh-official/dev neil 2020-01-30 10:51:51 +0800
  • 09f74a9af8 start v2.8.6, change the repo name #2710 neilpang 2020-01-30 10:50:39 +0800
  • 2b5c09da04 change shebang if env is not in the default location. fix https://github.com/Neilpang/acmetest/issues/3 #3097 shebang neilpang 2020-01-28 11:54:36 +0800
  • 552a49a680
    Merge pull request #2707 from Neilpang/2695 neil 2020-01-27 23:56:33 +0800
  • 97741398fb minor #2707 neilpang 2020-01-27 23:40:51 +0800
  • f8b225e70e fix format neilpang 2020-01-27 23:30:36 +0800
  • 57b4eda014
    Merge pull request #2706 from Neilpang/dev neil 2020-01-27 23:09:30 +0800
  • fc3a181779 move the error message neilpang 2020-01-27 22:22:25 +0800
  • 9541ea6a9f fix bug https://github.com/Neilpang/acme.sh/issues/2695 If a domain was already verified by http-01 method, when we try to issue a cert for them same domain with dns-01 method, we just get only one challenge object of type http-01 with "valid" status, from the authz-v3 url. So, we report error that we are not able the validate the domain, because of that we don't find dns-01 challenge. This behavior is not the same as before. I believe it was changed by the letsencrypt CA. neilpang 2020-01-27 22:12:21 +0800
  • f716f6060e minor check update hash for branch name #2706 neilpang 2020-01-27 23:02:09 +0800
  • dc0cca8c83 move the error message neilpang 2020-01-27 22:22:25 +0800
  • 4f303de00c fix bug https://github.com/Neilpang/acme.sh/issues/2695 If a domain was already verified by http-01 method, when we try to issue a cert for them same domain with dns-01 method, we just get only one challenge object of type http-01 with "valid" status, from the authz-v3 url. So, we report error that we are not able the validate the domain, because of that we don't find dns-01 challenge. This behavior is not the same as before. I believe it was changed by the letsencrypt CA. neilpang 2020-01-27 22:12:21 +0800
  • 05aa26e619 minor, remove space key neilpang 2020-01-27 21:22:42 +0800
  • 1c4b831922
    Merge pull request #7 from Marco4223/Fix-issues-and-reslolve-zone-and-record-name Phlegx Systems OG 2020-01-24 09:01:04 +0100
  • 6613ae57b0 Update dns_kas.sh Marco4223 2020-01-23 19:20:44 +0100
  • b6552aff75
    Added maximum account key length to --help output #2701 xpac1985 2020-01-22 21:21:38 +0100
  • 3c98fae4f2
    Updated/fixed some entries in --help output xpac1985 2020-01-22 20:00:04 +0100
  • 2028e4c8ad
    Merge pull request #2700 from radek-sprta/clouddns neil 2020-01-22 22:20:30 +0800
  • 5c7feba77b
    Format with shfmt #2700 Radek SPRTA 2020-01-22 05:33:46 +0100
  • 23f2677052
    Do not print HTTP responses to stdout Radek SPRTA 2020-01-22 02:53:50 +0100
  • 6b67511748
    Disable check Radek SPRTA 2020-01-22 02:03:11 +0100
  • 36e0feea43
    Clean up comments Radek SPRTA 2020-01-22 01:59:40 +0100
  • 69392f67e8
    Correctly handle .co.uk type domains Radek SPRTA 2020-01-22 01:33:15 +0100
  • e7d130cc11
    Add support for CloudDNS API Radek SPRTA 2020-01-21 06:36:31 +0100
  • 6e3ba3ca45 travis #2470 StefanAbl 2020-01-18 13:53:26 +0100
  • 0f54cf83f4 fixed dynv6 dns validation StefanAbl 2020-01-18 13:48:29 +0100
  • fb209cdfde
    Merge pull request #6 from Marco4223/Fix-issues-and-reslolve-zone-and-record-name Phlegx Systems OG 2020-01-15 19:47:26 +0100
  • 431c53efcf Update dns_kas.sh Marco4223 2020-01-15 17:48:30 +0100
  • 79ad0ff56b Simplify code #2574 rewqazxv 2020-01-15 22:11:34 +0800
  • d4dad58b0d
    Merge pull request #2694 from Neilpang/dev 2.8.5 neil 2020-01-15 22:08:17 +0800
  • baff032e3b Merge branch 'up' into dev #2694 neilpang 2020-01-15 22:05:37 +0800
  • 26309f51e3 start 2.8.5 neilpang 2020-01-15 22:04:49 +0800
  • f8f53a6bd9 debug neilpang 2020-01-15 22:01:34 +0800
  • ac3667c765 fix https://github.com/Neilpang/acme.sh/issues/2693 neilpang 2020-01-15 21:43:49 +0800
  • 96180e7555
    Merge pull request #5 from Marco4223/Fix-issues-and-reslolve-zone-and-record-name Phlegx Systems OG 2020-01-15 14:01:04 +0100
  • 024619676b Update dns_kas.sh Marco4223 2020-01-15 13:56:01 +0100
  • 5aa0f547cf
    Merge pull request #2691 from astorath/fix/dns_gcloud_private_zone neil 2020-01-14 22:28:17 +0800
  • b1ce6ffcc7
    www is incorrect as well #2692 helbgd 2020-01-14 15:27:35 +0100
  • f01936ca4f
    Server Name not correct helbgd 2020-01-14 15:19:37 +0100
  • f94e034825
    Update dns_hostingukraine.sh Qvinticom 2020-01-14 15:13:04 +0200
  • 70fdb1042f fix: added public dns zones filter #2691 Andrey Tuzhilin 2020-01-14 15:55:44 +0300
  • 58cfc0d0cf
    Merge pull request #4 from Marco4223/Fix-issues-and-reslolve-zone-and-record-name Phlegx Systems OG 2020-01-14 10:10:39 +0100
  • 4ed3fe0a58 fix: get domain and sub_domain from fulldomain Qvinti 2020-01-12 21:41:52 +0200
  • 4eff3b6a24 Change error to info in case record already exists. #2690 Nick Stepa 2020-01-12 15:16:48 +0100
  • e5f69f0815 Fix indentation. Nick Stepa 2020-01-12 14:07:49 +0100
  • ef7b51beb7 Remove local keyword. Nick Stepa 2020-01-12 13:54:18 +0100
  • 8494ac8f3d Fix dns records removing after usage. Nick Stepa 2020-01-12 13:29:09 +0100
  • 8dea519235
    Merge pull request #2689 from Neilpang/dev 2.8.4 neil 2020-01-12 13:57:14 +0800
  • 0712e98904 fix https://github.com/Neilpang/acme.sh/pull/2559 #2689 neil 2020-01-12 13:36:24 +0800
  • adf9c7e358 Add dns_hostingukraine Qvinti 2020-01-12 03:36:26 +0200
  • 98dcb37a3a Add dns_hostingukraine #2687 Qvinti 2020-01-12 03:08:32 +0200
  • a29299b597 fix #2682 Qvinti 2020-01-10 00:01:09 +0200
  • c3b372a922 fix typos Qvinti 2020-01-09 23:35:46 +0200
  • cd63240a6c fix issue link Qvinti 2020-01-09 23:31:41 +0200
  • 620ed626ff fix implode TXT record ids, fix errors Qvinti 2020-01-09 23:24:21 +0200
  • bd89c6cf67 add quotes Qvinti 2020-01-09 17:54:28 +0200
  • 8c7ae9d89f fix Qvinti 2020-01-09 17:36:41 +0200
  • 53a1d8ea08 fix whitespaces Qvinti 2020-01-09 17:22:02 +0200
  • ceed42c795 Add dnsapi for www.ukraine.com.ua hosting Qvinti 2020-01-09 17:07:10 +0200
  • c7ccddbcb9
    Merge pull request #2678 from Sergey-Zorin/issue2547-throw-nic_token neil 2020-01-09 22:06:55 +0800
  • efd3e8067b remove -F option #2678 Sergey Zorin 2020-01-09 17:05:18 +0300
  • c0f0e8d315 Might need to be more involved than this, but this works for my usecase. Implement forced V_TYPE DNS for wildcard domains. #2679 Jim Conner 2020-01-07 13:30:54 -0800
  • c6f7b7f35f
    Merge pull request #2671 from Rayzilt/master neil 2020-01-07 09:10:39 +0800
  • f3dd1603db fix CI warnings v3 Sergey Zorin 2020-01-07 01:11:43 +0300