1. 15 Feb, 2016 6 commits
  2. 12 Feb, 2016 1 commit
    • Aral Balkan's avatar
      Updated Readme with rate limit warning + staging URL · c407d757
      Aral Balkan authored
      There is currently no mention of Let’s Encrypt rate limits or the staging server. I’ve updated the readme so that the rate limit notice is prominently displayed and the necessary config setting to use the staging server is included in the instructions.
      c407d757
  3. 10 Feb, 2016 9 commits
  4. 05 Feb, 2016 3 commits
  5. 03 Feb, 2016 1 commit
  6. 02 Feb, 2016 1 commit
  7. 01 Feb, 2016 1 commit
  8. 26 Jan, 2016 4 commits
  9. 25 Jan, 2016 1 commit
  10. 24 Jan, 2016 1 commit
  11. 23 Jan, 2016 1 commit
  12. 22 Jan, 2016 7 commits
  13. 21 Jan, 2016 4 commits
    • Nathan Neulinger's avatar
    • davidearl's avatar
      Add detail as to how dns-01 hook works · 682b1d5b
      davidearl authored
      682b1d5b
    • Daniel Beyer's avatar
      Add conf.d support · a1cb7ccc
      Daniel Beyer authored
      This adds support for a new config variable CONFIG_D in the main configuration
      file. Setting a path to a directoy for CONFIG_D advises letsencrypt.sh to
      source any additional files found in the specified CONFIG_D directory, that
      have a '.sh' ending.
      By default CONFIG_D is not set, meaning letsencrypt.sh does not source any
      additional configuration files.
      a1cb7ccc
    • Daniel Beyer's avatar
      Respect configured BASEDIR for default values · 9baf3532
      Daniel Beyer authored
      If BASEDIR is set in config.sh, this does not modify the (default) values
      of either PRIVATE_KEY, WELLKNOWN or LOCKFILE. One needs to manually specify
      those three config variables in config.sh, if a different BASEDIR
      should be used by letsencrypt.sh.
      
      This commit makes letsencrypt.sh fully aware of a configured BASEDIR.
      9baf3532