Commit Graph

  • 23bcf2c623 exec root 2016-01-30 16:16:29 +03:00
  • 175c9decd7 init dnsapi neil 2016-01-30 21:00:36 +08:00
  • bb2294e761 fix issue: do not re-generate domain key when call renew command neil 2016-01-30 10:39:02 +08:00
  • 137f5f8b78 minor,add info message. neil 2016-01-30 10:24:41 +08:00
  • 81942c622b Merge pull request #43 from raunsbaekdk/master Neil 2016-01-30 06:49:30 +08:00
  • d4d645908f Updated DNS description raunsbaekdk 2016-01-29 23:35:34 +01:00
  • 2b3b934cc3 Merge 25f9d1c42f65145e0ec4e9242cf634e9d5a3a136 into b3a2aac82903f73e052a59964e69c5ad5522df64 raunsbaekdk 2016-01-29 22:29:21 +00:00
  • 25f9d1c42f Fixed linebreaks and updated txt to TXT raunsbaekdk 2016-01-29 23:29:20 +01:00
  • 688ab38aa7 Changed from append to prepend raunsbaekdk 2016-01-29 23:25:01 +01:00
  • a9ca4d670e The user are only supposed to create or update 1 TXT record raunsbaekdk 2016-01-29 23:23:25 +01:00
  • 70108fbafb Updated description raunsbaekdk 2016-01-29 23:20:44 +01:00
  • b3a2aac829 minor #check if there is sudo installed, AND if the current user is a sudoer. neil 2016-01-27 13:15:12 +08:00
  • f0252b91c9 Merge branch 'master' of https://github.com/Neilpang/le neil 2016-01-27 10:33:11 +08:00
  • cb0e973a29 Merge pull request #39 from Neilpang/sha256 Neil 2016-01-26 21:23:03 +08:00
  • 0a94c61973 remove dependency to "sha256sum" and "base64" neil 2016-01-26 21:04:24 +08:00
  • b3d9713269 Merge branch 'master' of https://github.com/Neilpang/le neil 2016-01-26 14:22:27 +08:00
  • 0fda2a1dfb minor, polish install message neil 2016-01-26 14:22:12 +08:00
  • 585f46c49a Merge pull request #38 from Neilpang/h2b Neil 2016-01-26 00:04:20 +08:00
  • a179e5fc97 h2b: my own hex to bin. remove dependency to xxd tool neil 2016-01-26 00:00:09 +08:00
  • 8da4ec8b09 script should create world-readable verification files Samuel Tardieu 2016-01-23 14:19:08 +01:00
  • de8090f57e minor fix error message. neil 2016-01-24 21:28:44 +08:00
  • 5de1611628 minor fix output message. neil 2016-01-24 21:16:09 +08:00
  • 835f8051cd Skip verification if the account is already verified, take 2 Pedro González Serrano 2016-01-24 13:11:04 +01:00
  • 4d14d2e911 Skip verification if the account is already verified Pedro González Serrano 2016-01-24 12:14:07 +01:00
  • 8ad71801eb minor, uninstall le.sh in the workingdir. neil 2016-01-24 16:15:53 +08:00
  • a6f744edb1 use nmap Ncat for centOS neil 2016-01-24 10:40:08 +08:00
  • 18629d0fdd minor, use WORKING_DIR/le.sh to run cronjob. removes the dependency to "which" command. neil 2016-01-24 10:28:53 +08:00
  • 17c100d6ff minor, remove unnecessary error message. neil 2016-01-24 10:03:35 +08:00
  • 8bbe9b75f2 Merge branch 'master' of https://github.com/Neilpang/le neil 2016-01-23 23:24:09 +08:00
  • 34d91b9f97 support fullchain. If the real cert path equals to the ca cert path, we will append the ca cert to the domain cert, which makes it a fullchain. neil 2016-01-23 23:23:44 +08:00
  • 7a894c4cda update usage for the new separated features Neil 2016-01-23 23:04:42 +08:00
  • c24e86a697 hide un-recommended parms from 'issue' command. It's recommended to set "cert-file-path" etc via 'installcert' command. neil 2016-01-23 22:52:43 +08:00
  • ab5ec2a2d2 fix bug: Le_RealCertPath was missing from installcert command neil 2016-01-23 22:29:06 +08:00
  • a84d3b995f Merge pull request #34 from samueltardieu/fix-space Neil 2016-01-23 19:42:28 +08:00
  • 2276a9ec97 remove extra space leading to an error Samuel Tardieu 2016-01-23 12:03:46 +01:00
  • 649fc386d1 minor: fix install message. neil 2016-01-23 14:51:45 +08:00
  • 9a66cdb6a0 make le more friendly to no-root user. 1. separate installcronjob/uninstallcronjob. no-root users can use cron job without installing le.sh 2. add cron command for cron only. 3. polish help messages. 4. move le from /bin/le to /usr/local/bin/le 5. only root can install to /usr/local/bin/le. non-root users can use ether /usr/local/bin/le or ~/.le/le.sh instead 6. WORKING_DIR can be specified when install/cronjob neil 2016-01-23 14:41:10 +08:00
  • ebcf30d02f remove ".well-known" folder after verification neil 2016-01-23 10:49:38 +08:00
  • f074cb1036 fix bug for webroot mode. The token was missing. neil 2016-01-23 09:59:18 +08:00
  • 79c2453a2c separate "installcert" from "issue" command. neil 2016-01-23 09:38:08 +08:00
  • 6e89f81139 typos Neil 2016-01-22 00:19:54 +08:00
  • 5263914990 Dns mode Neil 2016-01-22 00:17:20 +08:00
  • a947dbc635 Support dns-01 challenge Neil 2016-01-22 00:16:43 +08:00
  • e9840e6146 Support DNS-01 manually. Automatic api support is on its way. neil 2016-01-22 00:03:03 +08:00
  • ef4ee47f11 Merge pull request #28 from lucasRolff/add_chown Neil 2016-01-21 11:34:17 +08:00
  • edcbe247cf Also changing group of .well-known directory Lucas Rolff 2016-01-20 19:05:46 +01:00
  • 58b8dfad05 Merge pull request #29 from tombii/patch-1 Neil 2016-01-20 16:06:08 +08:00
  • 5248c51770 Update le.sh tombii 2016-01-20 15:57:57 +08:00
  • 4b70d69029 Chown directories to parent Lucas Rolff 2016-01-17 12:46:24 +01:00
  • c341e6292d Merge 2578e495a88d4868caadeb258f3f3cf9fd28df26 into 2bd7774b8f9e362acdd244d5dba7c693a4a595c7 Lucas Rolff 2016-01-16 17:47:13 +00:00
  • 2578e495a8 Adding fullchain to LE Lucas Rolff 2016-01-16 18:20:12 +01:00
  • 2bd7774b8f remove unnecessary kill neil 2016-01-14 23:21:11 +08:00
  • 6586a86902 nc exit automatically, not use kill anymore. neil 2016-01-14 23:19:31 +08:00
  • 9877d46620 make the nc exit automatically, don't use kill anymore. neil 2016-01-14 23:16:53 +08:00
  • 282eae22a2 change default renewall days to 80 days. neil 2016-01-14 23:04:07 +08:00
  • 5f68af17d2 load domain.conf only when renewal. neil 2016-01-14 22:46:50 +08:00
  • a178095f8f Merge pull request #25 from samueltardieu/fix-typo Neil 2016-01-13 23:07:19 +08:00
  • ff88fa31d6 fix typo in output string Samuel Tardieu 2016-01-13 13:24:49 +01:00
  • 93900a7a48 compatible with Proxmox, use cp instead of ln to update certs neil 2016-01-13 13:06:55 +08:00
  • 7bc5e3bb5c avoid unnecessary kill & fix reload command Neil 2016-01-13 11:54:00 +08:00
  • 30dbdbbde9 fix issue for apache neil 2016-01-11 21:50:03 +08:00
  • 1d9dcdd5b2 fix bug. Renewall neil 2016-01-11 21:29:12 +08:00
  • 889dbbc092 minor, set paths via env vars neil 2016-01-11 21:12:21 +08:00
  • 4b853d3c1e minor support to specify API neil 2016-01-11 20:39:25 +08:00
  • 63f046759e Acknowledgment Neil 2016-01-11 13:23:02 +08:00
  • ad5d2a685d fix Apache 2.4 compatibility Neil 2016-01-11 13:18:26 +08:00
  • 5b11958279 minor show version neil 2016-01-10 21:06:38 +08:00
  • 5a148a02d7 fix apache mode for SAN certificate neil 2016-01-10 21:02:39 +08:00
  • e03fae0099 minor Neil 2016-01-10 20:49:58 +08:00
  • 22f86e39db first version number 1.0.1 Neil 2016-01-10 20:47:13 +08:00
  • a0a2fe3ada clearup on success Neil 2016-01-10 13:11:02 +08:00
  • bcbb64e5ce explain 'no' value Neil 2016-01-10 13:02:00 +08:00
  • bc1c69ff96 typos Neil 2016-01-10 11:03:53 +08:00
  • 2bf1d93afd Merge pull request #20 from Neilpang/dev Neil 2016-01-10 11:01:28 +08:00
  • 2c75b3fd6b usage for Apache mode neil 2016-01-10 10:59:51 +08:00
  • 4c1e558413 minor neil 2016-01-10 10:49:12 +08:00
  • ed68afac39 fix neil 2016-01-10 10:31:09 +08:00
  • b7b8311c3d minor neil 2016-01-09 23:36:25 +08:00
  • 9a76ef2f32 apache plugin neil 2016-01-09 23:26:11 +08:00
  • 8172bdee87 typos Neil 2016-01-08 21:44:32 +08:00
  • 050038f872 minor, save the config earlier. neil 2016-01-08 13:09:56 +08:00
  • ab7ceac4c5 Merge branch 'master' of https://github.com/Neilpang/le into dev neil 2016-01-07 23:18:05 +08:00
  • 4013bfd02a remove dependency to "netstat" neil 2016-01-07 23:17:15 +08:00
  • 5a89ec277a Merge pull request #18 from Neilpang/dev Neil 2016-01-07 22:50:48 +08:00
  • 23cb43c85f fix issue: sed contains "&" sign neil 2016-01-07 22:49:43 +08:00
  • 2c03af204e typos Neil 2016-01-07 18:10:48 +08:00
  • 4e1346dd1d update params Neil 2016-01-07 18:10:05 +08:00
  • 0334473a58 fix param issues neil 2016-01-07 18:06:44 +08:00
  • 85fb3776eb fix uninstall, compatible with previous versions neil 2016-01-07 13:15:22 +08:00
  • 6d0a26f4f2 fix uninstall neil 2016-01-07 13:08:24 +08:00
  • 01ba821632 fix error message for cron job neil 2016-01-07 13:05:16 +08:00
  • 8abd3e90aa polish Usage message neil 2016-01-06 22:51:16 +08:00
  • b78a2c81d0 minor, check 80 port more gracefully neil 2016-01-06 22:30:18 +08:00
  • 29a02475df init path for renewAll neil 2016-01-06 22:20:36 +08:00
  • 960ab88c54 minor, fix error messages neil 2016-01-06 22:14:45 +08:00
  • bf108bb7f1 save config still if sign failed neil 2016-01-06 21:56:51 +08:00
  • 97e44b974f add ca cert neil 2016-01-06 21:41:06 +08:00
  • 89a41e09a2 give "no" to alternate DNS name list to support single domain cert neil 2016-01-06 21:24:39 +08:00
  • 8559268e1f Merge 072290f2d39501f8d897a6c699bad373871448c1 into 67afa94047df30fc55354970a586309d905f3973 cengjing 2016-01-05 19:56:25 +00:00
  • 072290f2d3 support standalone server Neil 2016-01-05 21:59:27 +08:00