- 15 Feb, 2016 4 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
Updated Readme with rate limit warning + staging URL
-
- 12 Feb, 2016 1 commit
-
-
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.
-
- 10 Feb, 2016 9 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
changed the way SCRIPTDIR is searched for so it works better with symbolic links (e.g. a symbolic link in ~/.bin)
-
- 05 Feb, 2016 3 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Gerard Dombroski authored
-
- 03 Feb, 2016 1 commit
-
-
Lukas Schauer authored
Added LOCKFILE to config.sh.example
-
- 02 Feb, 2016 1 commit
-
-
allixx authored
-
- 01 Feb, 2016 1 commit
-
-
Lukas Schauer authored
-
- 26 Jan, 2016 4 commits
-
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
The dns-01 support is now available in production
-
Lukas Schauer authored
pass IO descriptors to HOOK transparently
-
- 25 Jan, 2016 1 commit
-
-
Valentin Hilbig authored
closes #101
-
- 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 6 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
-