Commit Graph

  • 902c08e9c9 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev neil 2020-03-08 10:17:41 +0800
  • ea652c023e fix https://github.com/acmesh-official/acme.sh/issues/2778 neil 2020-03-08 10:17:21 +0800
  • 3c79bb77db fixing travis-ci warnings SC2086: Double quote to prevent globbing and word splitting. ThiloGa 2020-03-07 21:21:39 +0100
  • d8dbb85946 small fixes ThiloGa 2020-03-07 21:11:08 +0100
  • 20702d26ec fixing https://github.com/koalaman/shellcheck/wiki/SC2181 problems ThiloGa 2020-03-07 21:05:42 +0100
  • 7d7e9501fa fixing https://github.com/koalaman/shellcheck/wiki/SC2181 problems ThiloGa 2020-03-07 20:37:29 +0100
  • beba179d54 'Merge' dns_nm.sh from 'dev' branch ThiloGa 2020-03-07 20:02:42 +0100
  • efef76d9cf fixed typo ThiloGa 2020-03-07 19:34:57 +0100
  • e1e1ee31f0 Dont use $? directly anymore ThiloGa 2020-03-07 16:00:52 +0100
  • 142ca58d38 removed some unused Vars ThiloGa 2020-03-07 15:45:41 +0100
  • 3b01bf7bda removed the probably last blank line ThiloGa 2020-03-07 15:33:21 +0100
  • 30416f54d1 Fixes for Travis CI -removing some blanks etc. ThiloGa 2020-03-07 15:18:25 +0100
  • f21ef0d2e9 add support for namemaster.de ThiloGa 2020-03-07 14:55:09 +0100
  • 39ced21a6f
    Merge pull request #2198 from pipedrive/Add-AWS_API-slowrate neil 2020-03-07 19:59:20 +0800
  • 0f24417cb3
    Merge pull request #2769 from ianw/update-account-json neil 2020-03-07 19:50:17 +0800
  • f84a87f2a2 remove DEFAULT_DNS_SLEEP. fix https://github.com/acmesh-official/acme.sh/issues/2773 neil 2020-03-07 18:26:22 +0800
  • 5d643bb58d
    Update dns_nm.sh #2776 ThiloGa 2020-03-06 23:46:00 +0100
  • a496a657cd
    Add dns_nm.sh for https://namemaster.de ThiloGa 2020-03-06 23:31:35 +0100
  • dada57e5c4 Merge branch 'ssh-deploy' of https://github.com/dkerr64/acme.sh into ssh-deploy David Kerr 2020-03-05 16:22:59 -0500
  • 7cab3386e2
    fix space #2772 cxgreat2014 2020-03-04 15:36:39 +0800
  • 30b80f3489
    Use `tr '[:lower:]' '[:upper:]'` to upcase cxgreat2014 2020-03-04 15:28:38 +0800
  • e4237092ae
    fix word splitting cxgreat2014 2020-03-04 15:20:54 +0800
  • 5ed96b7660
    Fix for idn issue #2771 cxgreat2014 2020-03-04 14:59:03 +0800
  • d437d6fde9
    Merge pull request #2770 from acmesh-official/dev neil 2020-03-04 09:53:51 +0800
  • 69b11575e3 add clearlinux fix https://github.com/acmesh-official/acme.sh/issues/2768 #2770 neil 2020-03-04 09:51:16 +0800
  • 72e1a1b2e9 Update account.json on account update #2769 Ian Wienand 2020-03-04 09:12:28 +1100
  • 8ba573d196 Change variable name to MULTI_CALL so default can be "no" dkerr64 2020-03-03 13:40:33 -0500
  • 4593231049 Merge branch 'ssh-deploy' of https://github.com/dkerr64/acme.sh into ssh-deploy David Kerr 2020-02-28 08:37:25 -0500
  • 1969c597da Fix typo #2766 cxgreat2014 2020-02-28 06:32:08 +0000
  • 5287f9f045 Add dokku deploy script cxgreat2014 2020-02-28 06:28:22 +0000
  • 14dac9630a
    Make crond run as PID 1 #2757 andrewheberle 2020-02-27 13:23:43 +0800
  • 9f52f092ab
    Merge pull request #2 from herbetom/dev #2413 Tom Herbers 2020-02-27 01:39:09 +0100
  • c248582a89
    Merge branch 'master' into dev Tom Herbers 2020-02-27 01:38:48 +0100
  • bbb9bfc759 store the env vars within the domainconf The enviroment variables are stored inside the domain configuration file, so that it is not necessary to provide them each time also the option ROUTER_OS_WEB_SERVICE was added for the ability to disable updating the certificate for the www-ssl service, useful for example when a special certificate only for the hotspot server is needed herbetom 2020-02-26 16:27:17 +0100
  • caeb4a4d0b
    Merge pull request #1 from acmesh-official/dev Tom Herbers 2020-02-26 16:14:14 +0100
  • 0d8952dd97 add line break herbetom 2020-02-26 16:09:31 +0100
  • de9eac760b
    Merge pull request #2754 from acmesh-official/dev neil 2020-02-25 21:46:42 +0800
  • 12ad8d52ae
    Merge pull request #2753 from nobbs/fix_docker_deploy #2754 neil 2020-02-25 21:34:07 +0800
  • 22f9a3b467 Fix error on docker deploy command with spaces. #2753 alex 2020-02-25 12:33:50 +0100
  • b64f0ba83f Update usage of AWS_DNS_SLOWRATE #2198 Stephane Moser 2020-02-24 23:14:40 +0000
  • f73a494407 Remove spaces on blank line to fix travis error dkerr64 2020-02-22 22:09:28 -0500
  • 46ee74ed16 Remove variable from info/error printout that could potentially expose login credentials. dkerr64 2020-02-22 22:05:06 -0500
  • 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 -0500
  • 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 -0500
  • 283b04df73 Move cleanup of backup directory to first step in the function. dkerr64 2020-02-22 20:43:28 -0500
  • 6420d1239f Move call to remote system into separate function dkerr64 2020-02-22 20:31:52 -0500
  • 04771e5a4a Move call to remote system into separate function dkerr64 2020-02-22 20:16:36 -0500
  • 3d9608faa0 Move -T parameter into default ssh command variable dkerr64 2020-02-22 20:09:24 -0500
  • b7b4ae4262 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into ssh-deploy David Kerr 2020-02-22 20:01:41 -0500
  • b73b078705
    Merge pull request #2719 from qwqVictor/dev neil 2020-02-22 17:44:15 +0800
  • 887fa8649b
    Merge pull request #2670 from sreyemnayr/fix-pfsense-linode neil 2020-02-22 13:41:19 +0800
  • f6172d7273
    Merge pull request #2690 from nstepa/dns_yandex neil 2020-02-22 13:39:04 +0800
  • c70681712d
    Merge pull request #2746 from acmesh-official/dev neil 2020-02-22 13:34:01 +0800
  • 80ca6de531
    Merge pull request #2728 from artooro/master #2746 neil 2020-02-22 13:28:37 +0800
  • c6c395cd0f
    Merge pull request #2737 from xpac1985/patch-3 neil 2020-02-22 12:10:22 +0800
  • 4831064623
    Merge pull request #2744 from xpac1985/patch-2 neil 2020-02-21 23:20:34 +0800
  • d4660a23c0
    Merge pull request #2742 from adrian5/patch-3 neil 2020-02-21 22:34:18 +0800
  • e184a1b9e6
    haproxy deploy script now compatible with OpenSSL v1.1+ #2744 xpac1985 2020-02-20 23:28:55 +0100
  • f8662c9bc2
    Fix phrasing in README #2742 adrian5 2020-02-20 18:43:08 +0100
  • 6ff109d7a3
    Add anchor to make link more specific #2741 adrian5 2020-02-20 18:38:37 +0100
  • ae55b567ee
    haproxy deploy script now compatible with OpenSSL v1.1+ #2740 xpac1985 2020-02-20 02:16:14 +0100
  • 463df9e4ba
    Make socat debug output show version + features instead of help text #2737 xpac1985 2020-02-18 16:26:15 +0100
  • 97319bdc7d
    Make socat print version + features instead of help text #2736 xpac1985 2020-02-18 16:22:47 +0100
  • c768581829
    Merge pull request #2735 from acmesh-official/dev neil 2020-02-15 21:56:03 +0800
  • 754f7a7891
    Merge pull request #2614 from PaloAltoNetworks/deploy-panos #2735 neil 2020-02-15 20:46:59 +0800
  • 21450a08c2 Fixed 6 character requirement. #2614 Paul Nguyen 2020-02-13 18:01:27 -0800
  • c355b25bb1 Fixed line formatting Paul Nguyen 2020-02-12 15:00:23 -0800
  • 1fe3d80838 Updated to use saveconf function and base64encode. Paul Nguyen 2020-02-12 14:57:31 -0800
  • 930e16b64a fix gitdiff Paul Nguyen 2020-02-11 22:50:05 -0800
  • 2077a70d03 Fixing gitdiff Paul Nguyen 2020-02-11 22:44:51 -0800
  • cbdb8bd9b9 Fixing gitdiff Paul Nguyen 2020-02-11 22:34:55 -0800
  • 5dcb417676 ShellCheck fixes Paul Nguyen 2020-02-11 22:26:48 -0800
  • 71bc993e3d Fixed Shellchecks Paul Nguyen 2020-02-11 22:23:10 -0800
  • c2812896f8 Update deployer Paul Nguyen 2020-02-11 18:15:10 -0800
  • d43227ede4
    fix shellcheck issues #2728 Arthur Wiebe 2020-02-11 13:07:10 -0500
  • 8554ae38ed
    Merge pull request #2369 from tresni/synology_dsm neil 2020-02-11 20:12:47 +0800
  • da656caf1e
    Merge pull request #2726 from Blfrg/dns_me neil 2020-02-11 19:09:38 +0800
  • 51fc853228
    Merge pull request #1341 from phlegx/all-inkl-kasserver-dns-script neil 2020-02-11 19:08:31 +0800
  • 7a30cb9de7
    Merge branch 'dev' into all-inkl-kasserver-dns-script #1341 neil 2020-02-11 19:07:20 +0800
  • 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