]> git.street.me.uk Git - andy/dehydrated.git/history - letsencrypt.sh
fixed splitting of domain names in extract_altnames (fixes #127)
[andy/dehydrated.git] / letsencrypt.sh
2016-02-10 Lukas Schauerfixed splitting of domain names in extract_altnames...
2016-02-10 Lukas Schaueruse more {} thingies around variables
2016-02-10 Lukas Schauerfixed some zsh quirks
2016-02-10 Lukas Schauerchanged the way SCRIPTDIR is searched for so it works...
2016-02-05 Lukas Schaueruse "openssl dgst" instead of "openssl sha" (fixes...
2016-02-05 Lukas Schauercheck if privkey exists and is readable instead of...
2016-02-05 Gerard DombroskiAdd option to chain challenge hook arguments. Fixes...
2016-01-26 Lukas Schauerdon't try to delete DOMAINS_TXT on early failure when...
2016-01-26 Lukas Schauerfixed curl check (fixes #112)
2016-01-26 Lukas SchauerMerge pull request #111 from weppos/patch-1
2016-01-26 Lukas SchauerMerge pull request #113 from hilbix/master
2016-01-25 Valentin Hilbigpass IO descriptors to HOOK transparently
2016-01-22 Lukas SchauerMerge pull request #95 from nielslaukens/master
2016-01-22 Lukas SchauerMerge pull request #103 from nneul/fix-issue-102
2016-01-22 Lukas SchauerMerge pull request #99 from ymc/feature/add_conf.d_support
2016-01-22 Lukas SchauerMerge pull request #97 from ymc/feature/fix_syntax_high...
2016-01-22 Lukas SchauerMerge pull request #100 from davidearl/master
2016-01-22 Lukas SchauerMerge pull request #98 from ymc/fix/configuring_BASEDIR...
2016-01-21 Nathan NeulingerRetain full result when submitting challenge. Fixes...
2016-01-21 Daniel BeyerAdd conf.d support
2016-01-21 Daniel BeyerRespect configured BASEDIR for default values
2016-01-21 Daniel BeyerFix possibly broken syntax highlighting
2016-01-21 Niels LaukensAdd --signcsr command
2016-01-21 Niels LaukensAdd extract_altnames() function
2016-01-21 Niels LaukensSplit off CSR signing to separate function
2016-01-16 Lukas SchauerMerge pull request #89 from germeier/master
2016-01-16 Lukas Schaueradded header with script-name and url to github repository
2016-01-16 Lukas Schauermoved OSTYPE check and use built-in [[ for OSTYPE check
2016-01-16 Lukas Schauercheck exitcode of `curl -V` because of some issue with...
2016-01-16 Lukas Schaueruse different sed version for different system types...
2016-01-16 Markus Germeieradd support for Elliptic Curve Cryptography (ECC)
2016-01-15 Lukas SchauerMerge pull request #88 from f1rebird/master
2016-01-15 Lukas SchauerMerge pull request #82 from jantore/wellknown-http...
2016-01-15 Lukas SchauerMerge pull request #85 from jaquer/fix-exit
2016-01-15 Moritz KickI's are important
2016-01-15 Lukas SchauerMerge pull request #86 from petrkle/lock-dir-writable
2016-01-15 Lukas Schauercheck for sed with support for extended regular expressions
2016-01-15 PetrFix typo
2016-01-15 PetrCheck if directory for LOCKFILE is writable.
2016-01-14 Arturo RAdded missing space before exit code.
2016-01-10 Lukas Schaueruse -z instead of `== ""`.. it's late.
2016-01-10 Lukas Schauershow help if no arguments are provided
2016-01-09 Jan Tore MorkenRequire $WELLKNOWN only when using http-01.
2016-01-09 Lukas Schauercall mktemp with `-t XXXXXX` for compatibility with...
2016-01-08 Lukas Schauerfixed whitespace-stripping, replace all whitespace...
2016-01-08 Lukas Schauercleanup for dns-01-challenge-support code
2016-01-08 Lukas SchauerMerge pull request #77 from germeier/master
2016-01-08 Markus Germeieradd support for dns-01 challenge - try 2
2016-01-08 Lukas Schauercheck for mktemp dependency
2016-01-08 Lukas Schauerfixed BASEDIR dependent default config values
2016-01-08 Lukas Schauerre-set RENEW_DAYS to 30 (got accidentally reverted...
2016-01-08 Markus Germeiermake hook a command line parameter
2016-01-08 Lukas Schauerdo not change exit code of loop in command_sign_domains
2016-01-08 Lukas Schauerchanged urlbase64 helper to also use sed for character...
2016-01-08 Lukas Schaueruse _exiterr helper in a few more places
2016-01-08 Lukas Schaueradded a few more comments
2016-01-08 Lukas Schauerremoved get_json_array helper, rearranged sign_domain...
2016-01-08 Lukas Schauerreturn error on invalid request method in http_request...
2016-01-08 Lukas Schauerremoved anti_newline helper
2016-01-08 Lukas Schauermoved _openssl helper a bit up to be near the other...
2016-01-08 Lukas Schauerrewritten command_revoke method (shortened + changed...
2016-01-08 Lukas Schauerrewritten init_system method and parts of command_sign_...
2016-01-08 Lukas Schauerrewritten help method to get rid of `column` dependency
2016-01-08 Lukas Schauerrewritten argument handling and moved to new main(...
2016-01-08 Lukas Schauerrewritten hex2bin method
2016-01-08 Lukas Schauermoved loading of configuration to seperate method
2016-01-08 Lukas Schauerrenamed _request method to http_request
2016-01-05 Lukas SchauerMerge pull request #68 from onovy/master
2016-01-02 Ondřej NovýRenew certificate 30 days before expiration
2015-12-20 Lukas Schauerhide output of grep for pem-format-check
2015-12-19 Lukas SchauerMerge pull request #59 from erdgeist/master
2015-12-19 Dirk Englingwhen using printf, we do not need inline expansion...
2015-12-19 Lukas Schauerwat. removed some unnecessary code.
2015-12-19 Lukas Schauershellcheck fixes
2015-12-19 Markus Germeierrevoke: follow symlink, exit with error on non-existing...
2015-12-19 Lukas Schaueruse temporary openssl config instead of weird fake...
2015-12-17 Lukas Schauerformat CA certificate as PEM
2015-12-17 Lukas Schauerremoved TODO mark from help text on renew of changed...
2015-12-17 Markus Germeierforce a renew if given domain name(s) don't match the...
2015-12-16 Lukas SchauerMerge pull request #54 from germeier/fixdomainparameter
2015-12-16 Markus Germeierfix: --domain/-d is a parameter and not a command!
2015-12-16 Lukas Schauerrearranged and extended travis tests a bit
2015-12-16 Lukas Schauerreplace pcre-ism with posix class (thanks to @awaw...
2015-12-16 Lukas Schauerdo not create WELLKNOWN directory, output error message...
2015-12-16 Lukas Schauerswitch to sign_domains command if domain parameter...
2015-12-16 Lukas Schauerchanged default command to 'help'
2015-12-16 Lukas Schauerdo not return exit code 1 if domains.txt is empty,...
2015-12-16 Lukas Schauerwrite error messages to stderr
2015-12-15 Lukas Schauerhandle whitespace in domains.txt a bit different to...
2015-12-15 Lukas SchauerMerge pull request #49 from germeier/commands2
2015-12-15 Markus Germeierremove --sign in favor of two options "--force" and...
2015-12-14 Lukas SchauerMerge pull request #44 from digint/bugfix_config_privat...
2015-12-14 Axel Burribugfix: PRIVATE_KEY is now configurable in config.sh...
2015-12-14 Lukas Schauergrab root certificate url from certificate, fixes #43
2015-12-14 Lukas Schauerfixed usage of openssl sha in newer openssl versions...
2015-12-14 Lukas Schaueruse sha in openssl instead of shasum, fixes #42
2015-12-14 Lukas Schaueralso output config location on --env
2015-12-14 Lukas Schauermaking shellcheck happy again
2015-12-14 Lukas Schauerallow export of config variables for use in other scripts
2015-12-14 Lukas Schauerchanged order of config locations to be a bit more...
next