- 24 Jan, 2016 1 commit
-
-
- 23 Jan, 2016 1 commit
-
-
Lukas Schauer authored
Add hook script example.
-
- 22 Jan, 2016 7 commits
-
-
Jan Tore Morken authored
-
Lukas Schauer authored
Add ability to sign "arbitrary" CSRs
-
Lukas Schauer authored
Retain full result when submitting challenge. Fixes #102
-
Lukas Schauer authored
Add conf.d support
-
Lukas Schauer authored
Fix possibly broken syntax highlighting
-
Lukas Schauer authored
Add detail as to how dns-01 hook works
-
Lukas Schauer authored
Respect configured BASEDIR for default values
-
- 21 Jan, 2016 8 commits
-
-
Nathan Neulinger authored
-
davidearl authored
-
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.
-
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.
-
Daniel Beyer authored
The pattern ``` VAR="$(cmd '"')" ``` breaks syntax highlighting in some editors (e.g. gedit or jedit) due to the tripple double quotes.
-
Niels Laukens authored
-
Niels Laukens authored
-
Niels Laukens authored
-
- 16 Jan, 2016 6 commits
-
-
Lukas Schauer authored
add support for Elliptic Curve Cryptography (ECC)
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
check exitcode of `curl -V` because of some issue with ancient versions of curl returning error codes on checking the version number
-
Lukas Schauer authored
use different sed version for different system types (mostly for compatibility with ancient linux distros nobody should be using anyway ¯\_(ツ)_/¯)
-
Markus Germeier authored
-
- 15 Jan, 2016 8 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
Require $WELLKNOWN only when using http-01.
-
Lukas Schauer authored
Added missing space before exit code.
-
Moritz Kick authored
-
Lukas Schauer authored
Check if directory for LOCKFILE is writable.
-
Lukas Schauer authored
-
Petr authored
-
Petr authored
-
- 14 Jan, 2016 1 commit
-
-
Arturo R authored
-
- 10 Jan, 2016 2 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
-
- 09 Jan, 2016 4 commits
-
-
Jan Tore Morken authored
-
Lukas Schauer authored
Remove home path from config.sh.example
-
Pascal Jungblut authored
-
Lukas Schauer authored
-
- 08 Jan, 2016 2 commits
-
-
Lukas Schauer authored
fixed whitespace-stripping, replace all whitespace in domains.txt entries with single space character (fixes #60 and #78)
-
Lukas Schauer authored
-