- 07 Dec, 2015 15 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
added config option to set path for openssl config file (currently only used for generating a signing request)
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Andrey Jr. Melnikov authored
-
- 06 Dec, 2015 25 commits
-
-
Martin Geiseler authored
-
Lukas Schauer authored
show expire date when we don't need to renew a certifcate
-
Markus Germeier authored
-
Markus Germeier authored
-
Lukas Schauer authored
generate a new private key for each csr if the user wishes so
-
Lukas Schauer authored
trying to capture http status codes from curl instead of using "--fail" to be able to capture acme error messages
-
Markus Germeier authored
-
Lukas Schauer authored
fixed logic to check status from our challenge
-
Markus Germeier authored
the old code had a problem and would interpret a challenge that returned "pending" and then "invalid" as valid. This code actually has another problem. The RFC defines: "status (optional, string): The status of this authorization. Possible values are: "pending", "valid", and "invalid". If this field is missing, then the default value is "pending"." So actually the correct way to implement this would be: while [[ -z "${status}" ]] || [[ "${status}" = "pending" ]]; do But without further checks this might lead to an endless loop. So this is "good enough(tm)". ;)
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Lukas Schauer authored
-
Martin Geiseler authored
-
Martin Geiseler authored
-
Markus Germeier authored
In a worst case scenario the new certificate is broken and we are left without a working certificate (or need to restore one from our backup). This way we only need to change the symlink to the known working cert
-
Markus Germeier authored
-
Lukas Schauer authored
-
-
Lukas Schauer authored
add challenge hook and minor fixes/improvements
-
Simon Ruderich authored
-
Simon Ruderich authored
Prevents an error if running for the first time in a different directory.
-
Simon Ruderich authored
-
Simon Ruderich authored
letsencrypt.sh is mainly used with letsencrypt.org.
-
Simon Ruderich authored
-