Commit Graph

  • 197ca8e82c Revert "curl: use custom user agent" Lukas Schauer 2017-01-29 22:56:42 +01:00
  • a5fde931f8 curl: use custom user agent Lukas Schauer 2017-01-29 22:42:02 +01:00
  • 6a32f20e00 ask user to read and accept license, added register-command, fullchain.pem is now actually the full chain Lukas Schauer 2017-01-29 18:54:10 +01:00
  • b2376ed437 updated changelog Lukas Schauer 2017-01-29 16:06:24 +01:00
  • 57197306d7 export some config variables for use within hook scripts Lukas Schauer 2017-01-29 16:03:59 +01:00
  • 298a7e9aaf added exit_hook hook Lukas Schauer 2017-01-29 15:48:03 +01:00
  • 0f299623be updated changelog Lukas Schauer 2017-01-29 14:33:41 +01:00
  • cfc00c42a2 check for diff using command Lukas Schauer 2017-01-29 14:03:35 +01:00
  • 5d92c3b352 use awk instead of tr for changing case Lukas Schauer 2017-01-29 14:00:45 +01:00
  • e2e2c362d2 check for mktemp using command (busybox compatibility) Lukas Schauer 2017-01-29 13:58:42 +01:00
  • b36d638a91 missing filename in config path Lukas Schauer 2017-01-06 00:40:03 +01:00
  • 84274f7436 moved and rewritten config section of readme Lukas Schauer 2017-01-06 00:38:13 +01:00
  • c2a735f99e Update Readme.md (#301) Maximilian Weber 2017-01-06 00:32:53 +01:00
  • de36a63fe6 removed note about project renaming Lukas Schauer 2017-01-06 00:31:03 +01:00
  • 81eecedc5a Fix: bash to sh notation on invalid_challenge() hook Nicolás Kovac 2017-01-06 00:18:57 +01:00
  • 404dc3fe0f Adding the request_failure hook (#326) nkovacne 2017-01-06 00:15:51 +01:00
  • 3c1d2673d1 trying to fix #320 again Lukas Schauer 2016-12-22 22:41:24 +01:00
  • 69eea9527f removed some spaces Lukas Schauer 2016-12-22 10:00:05 +01:00
  • 636fa1a559 Test for case when challenge_altnames is empty (#321) Aaron Roydhouse 2016-12-22 03:58:48 -05:00
  • 7f30826a6d removed temporary wrapper script Lukas Schauer 2016-12-19 01:21:43 +01:00
  • 318cf2011d Adding the invalid_challenge hook (#278) nkovacne 2016-12-18 20:31:08 +01:00
  • 8456855e48 Add new parameter --lock-suffix. (#287) Eihrister 2016-12-18 20:25:49 +01:00
  • 9729751d93 Skip challenge for already validated domains (#293) sth 2016-12-18 20:25:05 +01:00
  • 6086983c02 Minor Grammar Stuff (#319) CJ Johnson 2016-12-18 11:19:19 -08:00
  • 607c89cae2 updated ngrok url in test.sh Lukas Schauer 2016-10-17 22:46:28 +02:00
  • a13e410363 Basic implementation for private key rollover (#294) crza 2016-10-17 22:40:03 +02:00
  • d62a5eeb1e fix lighttpd syntax (#299) Elan Ruusamäe 2016-10-17 23:11:34 +03:00
  • 83fa54cc38 examples/hook: no bashism (#300) Elan Ruusamäe 2016-10-17 23:08:14 +03:00
  • a316a094df Revert "strip leading null-bytes from urlbase64" (see #282) Lukas Schauer 2016-09-21 13:20:51 +02:00
  • 319852dc8c strip leading null-bytes from urlbase64 (fixes #275) Lukas Schauer 2016-09-17 13:15:15 +02:00
  • 7eca8aec5a use temporary file for DER->PEM conversion (fixes #279) Lukas Schauer 2016-09-17 13:02:48 +02:00
  • 0c1e958d19 added temporary wrapper script for compatibility with old config locations and symlinks, will be removed in a few weeks Lukas Schauer 2016-09-17 12:44:41 +02:00
  • caeed7d5e3 Make example hook.sh file executable. (#253) leonklingele 2016-09-14 15:11:25 +02:00
  • 047ba60d0d updated date in license file Lukas Schauer 2016-09-13 20:39:10 +02:00
  • b95b15cad6 update readme with explanation why this project was renamed Lukas Schauer 2016-09-13 20:15:30 +02:00
  • ec49a4433b fixed a few things after project rename v0.3.1 Lukas Schauer 2016-09-13 19:57:14 +02:00
  • 0ae567aced Update CHANGELOG Lukas Schauer 2016-09-13 19:55:34 +02:00
  • 6c12f97b9f readme fix Lukas Schauer 2016-09-13 19:53:43 +02:00
  • 64e35463cb renamed project to dehydrated and main script to dehydrated.sh Lukas Schauer 2016-09-13 19:48:27 +02:00
  • 992beecbdb release v0.3.0 v0.3.0 Lukas Schauer 2016-09-07 21:20:28 +02:00
  • 6192b33ac2 ECDSA is supported since February 10, 2016 (#260) leonklingele 2016-08-22 15:40:37 +02:00
  • 47602dea04 Update staging doc: Let's Encrypt is no longer in beta. (#259) leonklingele 2016-08-22 15:38:29 +02:00
  • 3a66a7f8d2 Fix default license help text in example config (#254) leonklingele 2016-08-06 15:32:53 +02:00
  • 624ce4436a updated readme Lukas Schauer 2016-08-04 00:11:08 +02:00
  • d81eb58536 Only print full chain on signcsr command if --full-chain/-fc is set (related to #150) Lukas Schauer 2016-08-04 00:11:02 +02:00
  • 117d5d6228 Echo newline after error details BtbN 2016-02-23 15:05:08 +01:00
  • 34565c193d Add support for --keep-going in cron mode BtbN 2016-02-23 15:02:18 +01:00
  • ca0249c46c Update staging.md Lukas Schauer 2016-08-03 23:47:57 +02:00
  • afabfff06e updated url to letsencrypt license agreement Lukas Schauer 2016-08-01 20:35:46 +02:00
  • bd9cc5b0c4 Added option to run letsencrypt.sh without locks Lukas Schauer 2016-07-21 12:34:40 +02:00
  • 194464b04b Default WELLKNOWN location is now /var/www/letsencrypt Lukas Schauer 2016-07-20 17:04:25 +02:00
  • 364bcccf74 Added option to select IP version of name to address resolution (#231) chkhanu 2016-07-20 21:49:04 +07:00
  • 44aca90cd7 Introduce per cert configuration directory DOMAINS_D (#242) Martin Schut 2016-07-13 13:23:15 +02:00
  • 2042b177c7 modified lighttpd example config Lukas Schauer 2016-06-10 23:41:59 +02:00
  • ae98ff6767 Add Lighttpd example to wellknown.md (#224) Domen Puncer Kugler 2016-06-08 00:49:50 +01:00
  • 194d543fa1 removed ACCOUNT_KEY and ACCOUNT_KEY_JSON from example config Lukas Schauer 2016-06-04 11:12:30 +02:00
  • df292dece2 Include method and URL in curl error (#214) Christian Tacke 2016-06-04 04:15:16 +02:00
  • f4138efab9 changed dependency check for diff to be compatible with openbsd diff (fixes #219) Lukas Schauer 2016-06-04 04:12:21 +02:00
  • 034ec30c7d added multi-account support (fixes #92, #163) Lukas Schauer 2016-06-04 03:58:07 +02:00
  • ec48906992 initial support for configuration on per-certificate base (#105) Lukas Schauer 2016-05-26 17:09:07 +02:00
  • 64864f5fa6 added signcsr change to CHANGELOG Lukas Schauer 2016-05-26 16:04:01 +02:00
  • 620c7eb23e output CA cert for signcsr command (fixes #150) Lukas Schauer 2016-05-26 15:41:25 +02:00
  • 4e8f944b72 added CERTDIR change to CHANGELOG Lukas Schauer 2016-05-26 15:06:07 +02:00
  • 8e77ba5e02 added option to set csr-flag indicating ocsp stapling to be mandatory Lukas Schauer 2016-05-26 14:58:19 +02:00
  • 0d8b928923 Check that the detected config is a file (#211) Alex Macleod 2016-05-26 14:02:15 +01:00
  • 785ffa5539 Make certificate output location configurable (#210) Alex Macleod 2016-05-26 13:53:01 +01:00
  • d5b285868e renamed "config.sh" to "config" Lukas Schauer 2016-05-22 22:34:28 +02:00
  • 722430039b Remove unneded shebang for config.sh.example Daniel Beyer 2016-01-21 18:20:58 +01:00
  • 41aae07343 Update CHANGELOG Lukas Schauer 2016-05-22 18:50:17 +02:00
  • a3e5ed361b Make location of domains.txt configurable (#204) Daniel Beyer 2016-05-22 18:49:17 +02:00
  • 2b50c72b75 release version 0.2.0 v0.2.0 Lukas Schauer 2016-05-22 16:10:12 +02:00
  • 561f0626b8 compatibility with "pretty" json (fixes #202) Lukas Schauer 2016-05-18 12:19:48 +02:00
  • 969bebef95 updated docs/wellknown.md Lukas Schauer 2016-05-16 12:19:45 +02:00
  • 77f114f09a Merge pull request #201 from glensc/patch-1 Lukas Schauer 2016-05-16 11:36:22 +02:00
  • f0a92dfa59 Update wellknown.md Elan Ruusamäe 2016-05-14 20:19:19 +03:00
  • a2867410ca fixed tests Lukas Schauer 2016-05-10 22:18:10 +02:00
  • 42f4255693 Updated changelog Lukas Schauer 2016-05-10 22:16:35 +02:00
  • e608dc2ba8 Renew private key by default, but keep option to disable this feature Lukas Schauer 2016-05-10 22:14:23 +02:00
  • af2bc7a94f Revert "Removed option to reuse old private keys." (useful for HKPK, see #195) Lukas Schauer 2016-05-10 22:11:57 +02:00
  • 4dc9953319 Removed option to reuse old private keys. Lukas Schauer 2016-05-08 15:51:11 +02:00
  • a7c6af6895 removed donation button Lukas Schauer 2016-04-27 23:24:45 +02:00
  • 1ad2f8743d Merge pull request #184 from gboudrias/master Lukas Schauer 2016-04-26 22:02:43 +02:00
  • c9c430b887 Update wellknown.md Guillaume Boudrias 2016-04-26 15:18:45 -04:00
  • bfbfb7913c wellknown.md: Clarify WELLKNOWN variable Guillaume Boudrias 2016-04-26 14:07:54 -04:00
  • adef40762c updated config example: PRIVATE_KEY is now ACCOUNT_KEY Lukas Schauer 2016-04-24 19:56:31 +02:00
  • 8968604caf updated changelog Lukas Schauer 2016-04-24 19:54:33 +02:00
  • 8aa1a05bbe renamed PRIVATE_KEY to ACCOUNT_KEY (as suggested in #183) Lukas Schauer 2016-04-24 19:38:37 +02:00
  • c3dbfe88d4 mktemp: use TMPDIR environment variable or use fallback to /tmp directory Lukas Schauer 2016-04-23 20:53:29 +02:00
  • fa6857fe06 reenabled build status in readme Lukas Schauer 2016-04-23 20:50:31 +02:00
  • f096c62d49 i hate all software. Lukas Schauer 2016-04-23 18:30:56 +02:00
  • b0e2ecde5f added timestamp parameter to deploy_cert function of example hook script (related to #156) Lukas Schauer 2016-04-15 01:34:23 +02:00
  • 230ab45948 reorganized parameters for mktemp (fixes #180) Lukas Schauer 2016-04-14 17:32:05 +02:00
  • 7d0ef22239 added documentation for HOOK_CHAIN config parameter Lukas Schauer 2016-04-09 00:06:22 +02:00
  • 2f7da81f9b temporarily removed build status from readme (testserver is down) Lukas Schauer 2016-04-05 20:13:13 +02:00
  • 75985c6a8a make arguments to _mktemp optional (fixes #178) Lukas Schauer 2016-04-05 20:08:40 +02:00
  • 33f07fcc0b add test and fix bug with upper-case domains (fixes #176) Lukas Schauer 2016-03-30 17:37:44 +02:00
  • 1f6a80a0c7 Make temporary files identifiable (fixes #169) Lukas Schauer 2016-03-29 09:36:17 +02:00
  • dca25e8e45 fixed nginx example (fixes #173) Lukas Schauer 2016-03-28 23:08:15 +02:00
  • cf80ccc5ef Update troubleshooting.md Lukas Schauer 2016-03-27 20:34:01 +02:00
  • d5c9dd65d5 added timestamp to parameters of deploy_cert hook and exported KEY_ALGO (as suggested in #156) Lukas Schauer 2016-03-26 01:59:05 +01:00