]> git.ipfire.org Git - thirdparty/dehydrated.git/shortlog
thirdparty/dehydrated.git
2015-12-08  ETMove cleaning challenge in order to clean when challeng... 33/head
2015-12-08  Lukas Schaueradded travis config
2015-12-08  Simon Ruderichuse lock file to prevent concurrent access
2015-12-08  Simon Ruderichfix missing variable
2015-12-08  Simon Ruderichcheck certificate to detect corruption
2015-12-08  Lukas Schauerfixed output of config location
2015-12-08  Lukas Schauergrab action urls from ca-directory
2015-12-08  Lukas Schauerremoved line-break in example config
2015-12-08  Simon Ruderich_request: fix unset variable
2015-12-08  Simon Ruderichfix typo in error message
2015-12-08  Simon Ruderichpass altname/domain as second argument to HOOK
2015-12-08  Simon Ruderichdisplay errors from openssl
2015-12-08  Simon Ruderichimport-certs.sh: simplify expiry check
2015-12-08  Simon Ruderichugly fix to syntax highlighting in Vim
2015-12-08  Simon RuderichREADME.md: letsencrypt.sh is written in bash
2015-12-08  Simon Ruderichchmod +x import-account.pl
2015-12-08  Simon Ruderichreplace echo with printf
2015-12-08  Simon Ruderichfix typo in comment
2015-12-08  Simon Ruderichsimplify expiry check
2015-12-08  Simon Ruderichreplace rm -f; ln -s with ln -sf
2015-12-08  Lukas SchauerCheck for config file in various locations
2015-12-08  Lukas Schaueralso add default CA definition in description of variable
2015-12-08  Lukas Schauerfixed default path to WELLKNOWN and moved SCRIPTDIR...
2015-12-08  Lukas Schauercleaned up example config
2015-12-08  et@corde.orgA single HOOK to handle challenge, cleaning of challeng...
2015-12-08  Lukas Schauercertificate comes first in fullchain.pem, fixes #26
2015-12-08  Lukas Schaueradded shebang to example config
2015-12-08  Lukas Schauermaking shellcheck happy
2015-12-08  et@corde.orgadd CONTACT_EMAIL option on registration
2015-12-07  Lukas Schaueradded certificate revocation to feature-list
2015-12-07  Markus Germeierimplement revoke
2015-12-07  Lukas Schauerrenamed import scripts, updated readme
2015-12-07  Lukas Schauerupdate symlinks after signing the certificate
2015-12-07  Lukas Schauermaking shellcheck happy
2015-12-07  Lukas Schauerumask in import script
2015-12-07  Lukas Schaueradded import script (allows import of existing certific...
2015-12-07  Lukas Schauercreate fullchain.pem
2015-12-07  Lukas Schaueralso store csr with timestamp and symlink to default...
2015-12-07  Lukas Schauerlook for domains.txt under BASEDIR
2015-12-07  Lukas Schauerupdated readme
2015-12-07  Lukas Schauerupdated readme
2015-12-07  Lukas Schauerdelete challenge response after verification
2015-12-07  Lukas Schauerparse challenges json differently to be compatible...
2015-12-07  Lukas Schaueradded config option to set path for openssl config...
2015-12-07  Lukas Schaueruse bash functionality instead of sed to filter SAN...
2015-12-07  Lukas Schauerdon't use '-r' on sed
2015-12-07  Lukas Schauermaking shellcheck happy
2015-12-07  Lukas Schaueruse absolute path of script directory as default BASEDI...
2015-12-07  Lukas Schaueradded default BASEDIR to example config
2015-12-07  Andrey Jr.... Store keys and certs in $BASEDIR
2015-12-06  Martin GeiselerCleaner outputs
2015-12-06  Lukas SchauerMerge pull request #13 from germeier/master
2015-12-06  Markus Germeierchange openssl to use enddate for expiry date check 13/head
2015-12-06  Markus Germeiershow expire date when we don't need to renew a certifcate
2015-12-06  Lukas SchauerMerge pull request #12 from germeier/newkeys
2015-12-06  Lukas Schauertrying to capture http status codes from curl instead...
2015-12-06  Markus Germeiergenerate a new private key for each csr if the user... 12/head
2015-12-06  Lukas SchauerMerge pull request #11 from germeier/fixpending
2015-12-06  Markus Germeierfixed logic to check status from our challenge 11/head
2015-12-06  Lukas Schauerremoved acme-challenges directory from git, create...
2015-12-06  Lukas Schauermake config.sh optional
2015-12-06  Lukas Schauerdefault location for acme-challenges
2015-12-06  Martin GeiselerRenew timeframe as config option
2015-12-06  Martin GeiselerCheck expire date of existing certs
2015-12-06  Markus Germeierdon't overwrite certificate files
2015-12-06  Markus Germeiermake openssl keysize configurable
2015-12-06  Lukas Schaueruse "-s" to detect content in temporary curl error...
2015-12-06  Benjamin Dos... style: double quote to prevent globbing and word splitting
2015-12-06  Benjamin Dos... style: [[ ... ]] is preferred over [, test and /usr...
2015-12-06  Lukas SchauerMerge pull request #7 from rudis/master
2015-12-06  Simon Ruderichadd HOOK_CHALLENGE option to run a command before the... 7/head
2015-12-06  Simon Ruderichuse mkdir -p to create certs/$domain/
2015-12-06  Simon Ruderichmake license agreement configurable as LICENSE
2015-12-06  Simon Ruderichset CA setting per default
2015-12-06  Simon Ruderichfix typo in error string
2015-12-06  Simon Ruderichalso remove tempfile for curl's stderr on error
2015-12-06  Simon Ruderichrewrap line
2015-12-06  Simon Ruderichsimplify check for empty file
2015-12-06  Simon Ruderichquote output filename
2015-12-05  Lukas Schaueruse "/usr/bin/env bash" instead of "/bin/bash"
2015-12-05  Lukas Schauerbig portability + readability fix: use openssl base64...
2015-12-05  Lukas Schauerfixed issue #4 (multiple domains per line)
2015-12-05  Lukas Schauerremoved perl dependency
2015-12-05  Lukas Schauerfail in pipes too
2015-12-05  Lukas Schauerfixed curl error message
2015-12-05  Lukas Schauertrying to catch curl errors
2015-12-05  Lukas Schauermake challenge files world-readable
2015-12-05  Lukas SchauerMerge pull request #1 from rudis/master
2015-12-05  Simon Ruderichuse umask 077 to protect private keys 1/head
2015-12-05  Simon Ruderichuse set -u to catch uninitialized variables
2015-12-05  Simon Ruderichreplace source with .
2015-12-05  Simon Ruderichuse [ -z .. ] instead of explicit compare with ""
2015-12-05  Simon Ruderichuse curl -sSf to display error messages on failure
2015-12-05  Simon Ruderichreplace echo (-n) with printf
2015-12-05  Simon Ruderichremove useless cat
2015-12-05  Simon Ruderichfix typo in variable name
2015-12-05  Simon Ruderichdon't use assign array to string ($@ -> $*)
2015-12-05  Simon Ruderichadd missing quotes
2015-12-05  Simon Ruderichreplace variable with %s in printf format string
2015-12-05  Simon Ruderichadd hex2bin helper function
next