Commit Graph

  • f4312b4428 fix neil 2016-04-17 18:54:06 +0800
  • 00a506053c compatible to dash neil 2016-04-17 17:33:08 +0800
  • c191ab7c07 Update README.md neil 2016-04-17 12:02:36 +0800
  • 8663fb7e64 revert to bash. there are some issue with sh need to fix yet. neil 2016-04-17 07:38:43 +0800
  • 99dc89c051 v2.2.0. It's time to declare that we are `sh` compatible, not only `bash`. neil 2016-04-16 23:10:46 +0800
  • 158f22f733 fix compatible for sh. rename api. '-' is not allowed in the function name. neil 2016-04-16 22:31:17 +0800
  • eccec5f6d5 fix compatible for sh. '-' is not allowed in function name. neil 2016-04-16 22:19:29 +0800
  • dceb3acace fix compatible for sh neil 2016-04-16 21:52:24 +0800
  • 036e9d1074 fix compatible for sh neil 2016-04-16 21:01:40 +0800
  • 6ed1c718b9 minor, install without dnsapi neil 2016-04-16 20:06:26 +0800
  • 8f7ad693a8 fix compatible for `sh` neil 2016-04-16 20:02:41 +0800
  • eac18b1c99 fix compatible for sh neil 2016-04-16 19:38:11 +0800
  • 6f93064114 fix bug: multi webroots neil 2016-04-16 19:23:44 +0800
  • b281789777 add `--certhome` for `--install` command to save all the certs. neil 2016-04-16 19:05:53 +0800
  • 5ef501c5ec More. restore apache on error neil 2016-04-16 18:31:00 +0800
  • 0662507116 add `--days` only valid for `-issue` command. neil 2016-04-16 18:15:36 +0800
  • b5eb4b904e add `--accountkey` and `--accountemail` neil 2016-04-16 17:56:45 +0800
  • 93c9216b69 update doc neil 2016-04-16 17:27:30 +0800
  • 635695ec84 add `--useragent` to specify user-aggent for install or issue or other command neil 2016-04-16 17:25:26 +0800
  • 41e3eafa90 skip creating accountkey/domainkey if already existing neil 2016-04-15 21:27:32 +0800
  • 937cbf6df8 Update README.md neil 2016-04-15 20:45:08 +0800
  • 432c14b86a Merge pull request #143 from sergeifilippov/patch-2 neil 2016-04-15 20:42:27 +0800
  • 6ce00fcdb8 Merge pull request #141 from sergeifilippov/patch-1 neil 2016-04-15 20:39:27 +0800
  • fb67522324 Update dns-myapi.sh #143 Sergei Filippov 2016-04-15 23:41:15 +1200
  • 2b45dba57c README rewrite #141 Sergei Filippov 2016-04-15 22:50:40 +1200
  • b0515cf8c0 Install from get.acme.sh neil 2016-04-14 22:27:51 +0800
  • 6cc11ffb7d rename to acme.sh neil 2016-04-14 21:44:26 +0800
  • 65938b73e1 update doc for --home 2.0.2 neil 2016-04-13 23:36:32 +0800
  • 70a5587513 typo neil 2016-04-13 22:58:03 +0800
  • 3d434e43ad minor neil 2016-04-13 21:38:13 +0800
  • 36f4bdb108 Merge 5e9a4e2990 into a7b7355dcf #131 Fabian-Gruenbichler 2016-04-13 13:21:55 +0000
  • a7b7355dcf v2.0.1. Use '--home' install of env neil 2016-04-13 20:37:18 +0800
  • 63f5d07ed7 Merge pull request #133 from Neilpang/nc-timeout neil 2016-04-13 00:26:20 +0800
  • 233e8a2085 kill nc #133 neil 2016-04-13 00:24:55 +0800
  • 770dc4b230 expose the error neil 2016-04-12 23:47:09 +0800
  • dca09dedac kill nc process neil 2016-04-12 23:43:24 +0800
  • 6fc1447fa6 add timeout for nc. neil 2016-04-12 23:18:22 +0800
  • 5e9a4e2990 Save ACCOUNT_KEY_PATH and ACCOUNT_EMAIL in _initconf() #131 Fabian Grünbichler 2016-04-12 14:54:54 +0200
  • 0be37c3aa9 Merge 8f7492b447 into fb6d3ab285 #120 Fabian-Gruenbichler 2016-04-12 10:57:53 +0000
  • fb6d3ab285 Merge pull request #127 from roozbehk/fixkeypath neil 2016-04-12 09:46:11 +0800
  • 3ed4102a3c incorrect parameter for keypath #127 roozbehk 2016-04-11 21:32:49 -0400
  • d53289d707 Save customized account.conf. neil 2016-04-11 22:33:57 +0800
  • e8cce73a17 100% compatible from 1.x to 2.x neil 2016-04-10 12:54:01 +0800
  • 5c917113e8 V2 help neil 2016-04-09 23:57:29 +0800
  • a63b05a9e7 le.sh v2.0.0 1. Unix-like command api 2. 100% compatible with le.sh 1.x command api. 3. Support different webroot for each domain in the same cert. ``` le.sh --issue -d a.com -w /wwwroot/a.com -d b.com -w /wwwroot/b.com ``` 4. Support different authentication methods for each domain in the same cert. Hybrid usage: ``` le.sh --issue -d a.com -w /wwwroot/a.com -d b.com -dns dns-cf ``` neil 2016-04-09 23:40:59 +0800
  • ba88321491 Merge 3ac86cdec5 into 6cb415f57e #121 Fabian-Gruenbichler 2016-04-08 11:28:58 +0000
  • 3ac86cdec5 Set ACCOUNT_KEY_PATH and ACCOUNT_EMAIL in _initconf() #121 Fabian Grünbichler 2016-04-08 13:24:14 +0200
  • 8f7492b447 Save ACCOUNT_CONF_PATH in crontab #120 Fabian Grünbichler 2016-04-08 12:40:13 +0200
  • 6cb415f57e Support revoke cert 1.2.3 neil 2016-04-06 22:16:09 +0800
  • de9fd54e76 add wiki link 1.2.2 neil 2016-04-05 22:48:33 +0800
  • 9dfd5a9c31 Add `toPkcs` doc neil 2016-04-05 22:46:55 +0800
  • ac2d512327 add command "toPkcs" to convert cert file to pfx file. neil 2016-04-05 22:39:34 +0800
  • b09d597c84 fix compatible: apache before 2.4 and after 2.4 neil 2016-04-05 21:40:48 +0800
  • 615cb36029 Merge branch 'master' of https://github.com/Neilpang/le neil 2016-04-05 21:17:27 +0800
  • 8a144f4d97 minor, remove unnecessary '/' neil 2016-04-05 21:17:04 +0800
  • 625a899504 Merge pull request #118 from BlueAnanas/fix2 neil 2016-04-05 21:16:24 +0800
  • 281aa3497f Save user's PATH for cron job. neil 2016-04-05 21:08:19 +0800
  • df886ffa25 fix apache mode: It's not necessary to chown for apache mode. neil 2016-04-05 19:18:19 +0800
  • c456d9543f fix httpdconfname to be the basename neil 2016-04-05 19:10:56 +0800
  • 78552b183b Removed redundant backup in installcert when RealCACertPath == RealCertPath #118 BlueAnanas 2016-03-03 14:51:07 +0100
  • d62ee94019 fix issue for apache mode: fix case when the httpdconf is absolute path. neil 2016-04-04 22:37:58 +0800
  • ed37361700 fix compatible neil 2016-04-02 11:03:15 +0800
  • 96a46cfcd5 fix bug save the real params for renewing. neil 2016-04-02 10:10:05 +0800
  • 399306a164 fix for Proxmox neil 2016-04-01 23:48:42 +0800
  • b7604c0647 add Proxmox neil 2016-03-31 23:26:31 +0800
  • ddc04a7549 CloudLinux passed. neil 2016-03-31 21:40:52 +0800
  • 73b8b12016 use domain api in sub shell. neil 2016-03-31 21:28:54 +0800
  • 6839de663f Merge branch 'master' of https://github.com/Neilpang/le neil 2016-03-31 20:42:49 +0800
  • fa8311dc6e minor neil 2016-03-31 20:42:17 +0800
  • c09dc68b27 minor, just upgrade to a new version number 1.2.1 neil 2016-03-30 19:10:58 +0800
  • 37db5b8131 uninstall without crontab. neil 2016-03-29 21:57:56 +0800
  • 77546ea5be Force to Install without crontab. neil 2016-03-29 21:49:18 +0800
  • 95fd753ffc Merge pull request #109 from aaronbartell/master neil 2016-03-29 21:14:30 +0800
  • 614c0e549c Merge 01f45f6275 into 90dda23f33 #110 Bruno BEAUFILS 2016-03-28 22:17:56 +0000
  • 01f45f6275 Systematic cosmetic changes (functions doc & usage). #110 Bruno BEAUFILS 2016-03-29 00:13:26 +0200
  • c9b2bd3d22 le.sh could be called from anywhere when installing. Bruno BEAUFILS 2016-03-28 22:23:56 +0200
  • eb3de97a14 Fixed some typos. Bruno BEAUFILS 2016-03-28 21:31:34 +0200
  • 7d91e35f5f Fix for parsing status in response #109 Aaron Bartell 2016-03-28 13:06:43 -0500
  • 90dda23f33 Install online. neil 2016-03-27 20:43:32 +0800
  • d1f97fc85f minor fix neil 2016-03-27 20:37:26 +0800
  • 4a0f23e2ad Install online, git is not need. neil 2016-03-27 20:31:22 +0800
  • a34bd89f95 Support Oracle Linux neil 2016-03-24 22:32:43 +0800
  • 779e7ea0c8 Add CI status for Windows and FreeBSD neil 2016-03-23 23:26:26 +0800
  • 6d60f28852 fix nc issue for freebsd neil 2016-03-23 23:02:59 +0800
  • 14165e5a9b minor neil 2016-03-23 22:41:24 +0800
  • edf08da6f3 compatible for netstat on FreeBSD neil 2016-03-23 22:23:24 +0800
  • 50a4ef9cca minor fix neil 2016-03-23 20:39:20 +0800
  • ccb965359c compatible for windows netstat tool neil 2016-03-23 20:23:56 +0800
  • d3d884c16f Test on KaLi Linux neil 2016-03-21 20:35:19 +0800
  • bbbdcb091a minor neil 2016-03-19 22:04:03 +0800
  • c60883ef92 Use 'wget' instead, if 'curl' is not installed. neil 2016-03-19 18:18:34 +0800
  • 88fab7d68e refactor openssl code neil 2016-03-17 21:18:09 +0800
  • 57f79b1913 Merge 194d692edd into b0ff770b0e #92 John C. Petrucci 2016-03-17 11:59:51 +0000
  • 3027cda0fe Merge 0a784b2aaa into b0ff770b0e #101 Andrew vonderLuft 2016-03-17 01:43:31 +0000
  • b0ff770b0e Merge pull request #105 from colegatron/master neil 2016-03-16 23:40:17 +0800
  • 2f06c8507b add Archlinux CI status neil 2016-03-16 23:10:20 +0800
  • bb4db3e974 In case /home/ivan/.le points to a symlink, it does not displays the contents with a simple 'ls'. Added a slash to force list the folder content. #105 colegatron 2016-03-16 16:06:48 +0100
  • 62d491dea1 Merge branch 'master' of https://github.com/Neilpang/le neil 2016-03-16 22:21:18 +0800
  • f76eb45217 compatible to GNU netcat neil 2016-03-16 22:20:47 +0800
  • 04eb75a1f7 add openSUSE CI status neil 2016-03-16 19:24:48 +0800