Commit Graph

  • 902c08e9c9 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev neil 2020-03-08 10:17:41 +08:00
  • ea652c023e fix https://github.com/acmesh-official/acme.sh/issues/2778 neil 2020-03-08 10:17:21 +08:00
  • 3c79bb77db fixing travis-ci warnings SC2086: Double quote to prevent globbing and word splitting. ThiloGa 2020-03-07 21:21:39 +01:00
  • d8dbb85946 small fixes ThiloGa 2020-03-07 21:11:08 +01:00
  • 20702d26ec fixing https://github.com/koalaman/shellcheck/wiki/SC2181 problems ThiloGa 2020-03-07 21:05:42 +01:00
  • 7d7e9501fa fixing https://github.com/koalaman/shellcheck/wiki/SC2181 problems ThiloGa 2020-03-07 20:37:29 +01:00
  • efef76d9cf fixed typo ThiloGa 2020-03-07 19:34:57 +01:00
  • e1e1ee31f0 Dont use $? directly anymore ThiloGa 2020-03-07 16:00:52 +01:00
  • 142ca58d38 removed some unused Vars ThiloGa 2020-03-07 15:45:41 +01:00
  • 3b01bf7bda removed the probably last blank line ThiloGa 2020-03-07 15:33:21 +01:00
  • 30416f54d1 Fixes for Travis CI -removing some blanks etc. ThiloGa 2020-03-07 15:18:25 +01:00
  • f21ef0d2e9 add support for namemaster.de ThiloGa 2020-03-07 14:55:09 +01:00
  • 39ced21a6f Merge pull request #2198 from pipedrive/Add-AWS_API-slowrate neil 2020-03-07 19:59:20 +08:00
  • 0f24417cb3 Merge pull request #2769 from ianw/update-account-json neil 2020-03-07 19:50:17 +08:00
  • f84a87f2a2 remove DEFAULT_DNS_SLEEP. fix https://github.com/acmesh-official/acme.sh/issues/2773 neil 2020-03-07 18:26:22 +08:00
  • dada57e5c4 Merge branch 'ssh-deploy' of https://github.com/dkerr64/acme.sh into ssh-deploy David Kerr 2020-03-05 16:22:59 -05:00
  • d437d6fde9 Merge pull request #2770 from acmesh-official/dev neil 2020-03-04 09:53:51 +08:00
  • 69b11575e3 add clearlinux fix https://github.com/acmesh-official/acme.sh/issues/2768 neil 2020-03-04 09:51:16 +08:00
  • 72e1a1b2e9 Update account.json on account update Ian Wienand 2020-03-04 09:12:28 +11:00
  • 8ba573d196 Change variable name to MULTI_CALL so default can be "no" dkerr64 2020-03-03 13:40:33 -05:00
  • 4593231049 Merge branch 'ssh-deploy' of https://github.com/dkerr64/acme.sh into ssh-deploy David Kerr 2020-02-28 08:37:25 -05:00
  • de9eac760b Merge pull request #2754 from acmesh-official/dev neil 2020-02-25 21:46:42 +08:00
  • 12ad8d52ae Merge pull request #2753 from nobbs/fix_docker_deploy neil 2020-02-25 21:34:07 +08:00
  • 22f9a3b467 Fix error on docker deploy command with spaces. alex 2020-02-25 12:33:50 +01:00
  • b64f0ba83f Update usage of AWS_DNS_SLOWRATE Stephane Moser 2020-02-24 23:14:40 +00:00
  • f73a494407 Remove spaces on blank line to fix travis error dkerr64 2020-02-22 22:09:28 -05:00
  • 46ee74ed16 Remove variable from info/error printout that could potentially expose login credentials. dkerr64 2020-02-22 22:05:06 -05:00
  • 806b746fc0 Fix bug where backup and batch_mode yes/no values could not be changed. Once set to "no" then they could never be set back to "yes" dkerr64 2020-02-22 21:23:59 -05:00
  • cc820e97c6 Add support for DEPLOY_SSH_BATCH_MODE with default of yes. Before this update all remote commands were bunched together and sent to the remote host in a single SSH command. This could result in a very long sequence of commands that might be rejected by a remote host (example is VMware ESXi that uses busybox sh). With this update you can set DEPLOY_SSH_BATCH_MODE="no" and each remote command is sent as a separate SSH call so now we do not have big long sequence of commands. Defaults to same behaviour as before this update. dkerr64 2020-02-22 21:10:42 -05:00
  • 283b04df73 Move cleanup of backup directory to first step in the function. dkerr64 2020-02-22 20:43:28 -05:00
  • 6420d1239f Move call to remote system into separate function dkerr64 2020-02-22 20:31:52 -05:00
  • 04771e5a4a Move call to remote system into separate function dkerr64 2020-02-22 20:16:36 -05:00
  • 3d9608faa0 Move -T parameter into default ssh command variable dkerr64 2020-02-22 20:09:24 -05:00
  • b7b4ae4262 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into ssh-deploy David Kerr 2020-02-22 20:01:41 -05:00
  • b73b078705 Merge pull request #2719 from qwqVictor/dev neil 2020-02-22 17:44:15 +08:00
  • 887fa8649b Merge pull request #2670 from sreyemnayr/fix-pfsense-linode neil 2020-02-22 13:41:19 +08:00
  • f6172d7273 Merge pull request #2690 from nstepa/dns_yandex neil 2020-02-22 13:39:04 +08:00
  • c70681712d Merge pull request #2746 from acmesh-official/dev neil 2020-02-22 13:34:01 +08:00
  • 80ca6de531 Merge pull request #2728 from artooro/master neil 2020-02-22 13:28:37 +08:00
  • c6c395cd0f Merge pull request #2737 from xpac1985/patch-3 neil 2020-02-22 12:10:22 +08:00
  • 4831064623 Merge pull request #2744 from xpac1985/patch-2 neil 2020-02-21 23:20:34 +08:00
  • d4660a23c0 Merge pull request #2742 from adrian5/patch-3 neil 2020-02-21 22:34:18 +08:00
  • e184a1b9e6 haproxy deploy script now compatible with OpenSSL v1.1+ xpac1985 2020-02-20 23:28:55 +01:00
  • f8662c9bc2 Fix phrasing in README adrian5 2020-02-20 18:43:08 +01:00
  • 463df9e4ba Make socat debug output show version + features instead of help text xpac1985 2020-02-18 16:26:15 +01:00
  • c768581829 Merge pull request #2735 from acmesh-official/dev neil 2020-02-15 21:56:03 +08:00
  • 754f7a7891 Merge pull request #2614 from PaloAltoNetworks/deploy-panos neil 2020-02-15 20:46:59 +08:00
  • 21450a08c2 Fixed 6 character requirement. Paul Nguyen 2020-02-13 18:01:27 -08:00
  • c355b25bb1 Fixed line formatting Paul Nguyen 2020-02-12 15:00:23 -08:00
  • 1fe3d80838 Updated to use saveconf function and base64encode. Paul Nguyen 2020-02-12 14:57:31 -08:00
  • 930e16b64a fix gitdiff Paul Nguyen 2020-02-11 22:50:05 -08:00
  • 2077a70d03 Fixing gitdiff Paul Nguyen 2020-02-11 22:44:51 -08:00
  • cbdb8bd9b9 Fixing gitdiff Paul Nguyen 2020-02-11 22:34:55 -08:00
  • 5dcb417676 ShellCheck fixes Paul Nguyen 2020-02-11 22:26:48 -08:00
  • 71bc993e3d Fixed Shellchecks Paul Nguyen 2020-02-11 22:23:10 -08:00
  • c2812896f8 Update deployer Paul Nguyen 2020-02-11 18:15:10 -08:00
  • d43227ede4 fix shellcheck issues Arthur Wiebe 2020-02-11 13:07:10 -05:00
  • 8554ae38ed Merge pull request #2369 from tresni/synology_dsm neil 2020-02-11 20:12:47 +08:00
  • da656caf1e Merge pull request #2726 from Blfrg/dns_me neil 2020-02-11 19:09:38 +08:00
  • 51fc853228 Merge pull request #1341 from phlegx/all-inkl-kasserver-dns-script neil 2020-02-11 19:08:31 +08:00
  • 7a30cb9de7 Merge branch 'dev' into all-inkl-kasserver-dns-script neil 2020-02-11 19:07:20 +08:00
  • 1b475cf9f3 Remove -q from greps Brian Hartvigsen 2020-02-10 21:02:27 -07:00
  • 719b690451 add support for using a Zone ID Arthur Wiebe 2020-02-10 10:22:55 -05:00
  • 3cdc523dec Merge pull request #2628 from woutd/master neil 2020-02-10 22:27:05 +08:00
  • eb49127b9e improve id parse Blfrg 2020-02-09 14:50:29 -06:00
  • d07172a528 Replace disabled linter with variable substituion Brian Hartvigsen 2020-02-09 12:06:13 -08:00
  • 79637097ba Use _utc_date Brian Hartvigsen 2020-02-09 11:50:50 -08:00
  • 1259341095 Use deployconf properly Brian Hartvigsen 2020-02-09 03:10:11 -08:00
  • 5d3bc95ac5 Fix some debug output Brian Hartvigsen 2020-02-09 02:50:29 -08:00
  • de25232a73 Allow creating new certificates when certificate is not found Brian Hartvigsen 2020-02-09 02:26:55 -08:00
  • 95769de464 Fix shfmt/shellcheck issues Brian Hartvigsen 2020-02-09 02:01:26 -08:00
  • 52a168b961 Stop using jq/curl directly Brian Hartvigsen 2020-02-08 16:27:18 -08:00
  • b3b00b6700 Using domainconf instead of account Brian Hartvigsen 2019-09-30 14:06:04 -06:00
  • 8e8cda132c Remove boilerplate from what I used for template Brian Hartvigsen 2019-06-30 00:30:35 -06:00
  • 6459ccb185 Cleanup shfmt warnings Brian Hartvigsen 2019-06-30 00:13:45 -06:00
  • 548f83c3ad Cleanup shellcheck errors Brian Hartvigsen 2019-06-30 00:13:07 -06:00
  • 555e0de9e4 Initial support for Synology DSM Brian Hartvigsen 2019-06-29 21:47:24 -06:00
  • cc4bce283f Merge branch 'master' of git://github.com/acmesh-official/acme.sh Wout 2020-02-09 10:13:17 +01:00
  • 8189a34d14 fix dns_me id parse Blfrg 2020-02-08 16:43:23 -06:00
  • 5d88ad554f Improved token processing method and misc bugfixes Victor Huang 2020-02-08 23:24:45 +08:00
  • 2cc50a2b65 Cosmetic fixes. Wout 2020-02-08 12:27:19 +01:00
  • 33670a5bd0 CQHTTP: Change shebang to "/usr/bin/env sh" Victor Huang 2020-02-06 11:26:56 +08:00
  • 64f8a222cb Add support for CQHTTP QQ bot API Victor Huang 2020-02-06 11:12:14 +08:00
  • d9a9695fe0 Deploy certificates to Palo Alto Network Firewalls Paul Nguyen 2020-02-05 14:29:01 -08:00
  • 8e6c4e1aca Merge pull request #2481 from blablup/OPNsense_dns neil 2020-01-31 16:37:31 +08:00
  • 490fbfc13e Merge pull request #2701 from xpac1985/patch-1 neil 2020-01-31 16:32:13 +08:00
  • 4b45973361 Merge pull request #2470 from StefanAbl/master neil 2020-01-31 16:30:51 +08:00
  • 4c27e08e3d Merge pull request #2692 from helbgd/patch-7 neil 2020-01-31 16:29:16 +08:00
  • 94eb80597b Merge pull request #2712 from acmesh-official/dev neil 2020-01-30 12:44:47 +08:00
  • d610eb15d8 update repo name neilpang 2020-01-30 12:44:02 +08:00
  • 4f53cd1704 Merge pull request #2711 from acmesh-official/dev neil 2020-01-30 12:08:21 +08:00
  • d795fac37a update repo name neilpang 2020-01-30 12:06:39 +08:00
  • ce6b71a58b Merge pull request #2710 from acmesh-official/dev neil 2020-01-30 10:51:51 +08:00
  • 09f74a9af8 start v2.8.6, change the repo name neilpang 2020-01-30 10:50:39 +08:00
  • 2b5c09da04 change shebang if env is not in the default location. fix https://github.com/Neilpang/acmetest/issues/3 shebang neilpang 2020-01-28 11:54:36 +08:00
  • 552a49a680 Merge pull request #2707 from Neilpang/2695 neil 2020-01-27 23:56:33 +08:00
  • 97741398fb minor neilpang 2020-01-27 23:40:51 +08:00
  • f8b225e70e fix format neilpang 2020-01-27 23:30:36 +08:00
  • 57b4eda014 Merge pull request #2706 from Neilpang/dev neil 2020-01-27 23:09:30 +08:00
  • fc3a181779 move the error message neilpang 2020-01-27 22:22:25 +08:00