1. 22 Jan, 2016 4 commits
  2. 21 Jan, 2016 4 commits
    • 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
    • Daniel Beyer's avatar
      Fix possibly broken syntax highlighting · f0323faf
      Daniel Beyer authored
      The pattern
      ```
       VAR="$(cmd '"')"
      ```
      breaks syntax highlighting in some editors (e.g. gedit or jedit) due to
      the tripple double quotes.
      f0323faf
  3. 16 Jan, 2016 6 commits
  4. 15 Jan, 2016 8 commits
  5. 14 Jan, 2016 1 commit
  6. 10 Jan, 2016 2 commits
  7. 09 Jan, 2016 4 commits
  8. 08 Jan, 2016 11 commits