serverco
7e7ae63cfe
Update README.md
minor changes. Update the example help screen to latest version. Change from "happy Hacker" to "Fale LE" to reflect changes at LE and remove reference to checkssl as it's no longer relevant.
10 years ago
srvrco
2b0028b5c7
Merge branch 'pecigonzalo-master' - Ensure DNS cleanup on error exit.
10 years ago
srvrco
2b20f8b9f6
Ensure DNS cleanup on error exit.
10 years ago
Gonzalo Peci
723aa8e161
Ensure DNS cleanup on error exit.
10 years ago
srvrco
04f5c2f5b8
Corrected issue with TEMP_DIR not not being removed on completion
10 years ago
serverco
8d78bea563
Merge pull request #22 from bahamat/fix_temp_dir
getssl#21 TEMP_DIR creation error
10 years ago
Brian Bennett
aa0c6a82dd
getssl#21 TEMP_DIR creation error
10 years ago
srvrco
3b6cd066cf
fix sed -E issue, and reduce length of renew check to 365 days for older systems (v0.27)
10 years ago
serverco
cbd05c597d
Merge pull request #19 from bahamat/bahamat
Defensively protect filesystem from rm commands with empty values
10 years ago
Brian Bennett
e31307c914
Defensively protect filesystem from rm commands with empty values
`rm` commands, if left unchecked can be dangerous, potentially destroying
unintended parts of the filesystem.
* Protect `rm` commands from empty variables with `${foo:?}` which will produce
an error if `$foo` is unset or null.
* Create TEMP_DIR with `mktemp`.
10 years ago
Brian Bennett
844a4de8aa
Trim trailing white space
10 years ago
srvrco
c5705cb51c
fix challenge token location when directory doesn't exist (v0.26)
10 years ago
Eric Wong
ee2737383b
fix challenge token location
Due to the call to create the destination directory
via 'mkdir -p "$(dirname "$to")"', the copy_file_to_location
function requires a filename and not the directory as a
destination.
Use copy_file_to_location as it appears to be intended and
check the exit status from the `cp' invocation for failures.
10 years ago
srvrco
be7d40de9c
Updated create-getssl-config to include more variables. Still not full operational. (v0.2)
10 years ago
srvrco
8689cee894
added short sleep following service restart before checking certs (v0.25)
10 years ago
srvrco
f56fb28831
creating framework create-getssl-config script. Not complete, it's just a framework
10 years ago
srvrco
f26a3b9ef8
added options for other server types (ldaps, or any port) and check_remote (v0.24)
10 years ago
serverco
4b354596f2
Merge pull request #17 from koter84/dns-challenge-speedup
dns first add all domains, then check all
10 years ago
Dennis Koot
adfa3f0e04
dns first add all domains, then check all
10 years ago
srvrco
3e14ced48a
commented code and added option for copying concatenated certs to file (v0.22)
10 years ago
serverco
c3a0f23ef9
Merge pull request #16 from koter84/nslookup-before-request
do nslookup on each domain before starting requests
10 years ago
serverco
6dcab787f3
Merge pull request #15 from koter84/csr-check
better csr check, and recreate
10 years ago
Dennis Koot
12a7e5218d
do nslookup on each domain before starting requests
10 years ago
Dennis Koot
240658c207
better csr check, and recreate
10 years ago
srvrco
716c5c8c3c
corrected missing s from subjectAltName
10 years ago
srvrco
ee377d60af
removed usage of base64 to make script more compatible across platforms (v0.20)
10 years ago
srvrco
4ac2f44a0a
Merge branch 'master' of github.com:srvrco/getssl to local ( README updated via github)
10 years ago
srvrco
84a7ac824c
removed usage of xxd to make script more compatible accross versions (v0.19)
10 years ago
serverco
2e96adbcd1
added --quiet option for running in cron (v0.18) to readme
10 years ago
srvrco
3988f23c7c
added --quiet option for running in cron (v0.18)
10 years ago
serverco
d74316242a
Merge pull request #14 from koter84/refetch-certificate
Added --all and --force options, as well as ability to check certificate status on web-server (rather than local)
10 years ago
srvrco
97c8ac41b9
updated after using shellcheck standard check
10 years ago
srvrco
9777f1cd46
updated README to add --force option and change renew-all to check-all
10 years ago
srvrco
8ffc089c3e
removed ls dependency, and changed renew-all to check-all
10 years ago
srvrco
ac9f549ccd
incuded --force option for when you want to add an additional SAN to a cert
10 years ago
srvrco
a629223a9a
corrected type and removed surpless line
10 years ago
srvrco
f1c50416af
updated logic for checking remote cert .... not yet tested all routes through code
10 years ago
srvrco
5070bb696b
updated README to relect change to server_type
10 years ago
srvrco
e3e6ed2cbe
updating to use server-type
10 years ago
Dennis Koot
508b416383
compare local vs remote after installing
10 years ago
Dennis Koot
a259f51488
rebased
10 years ago
Dennis Koot
295e9714ca
configuration variable for refetch
10 years ago
Dennis Koot
fd7fd2a37b
basic domain check
10 years ago
Dennis Koot
d4c9ce4510
option to refetch certificate
10 years ago
srvrco
c099c2546d
added option for eliptic curve keys (v0.16)
10 years ago
serverco
f7dfd247cc
Merge pull request #13 from koter84/renew-all
added Renew all option
10 years ago
Dennis Koot
8ded3881de
add renew-all function
10 years ago
Dennis Koot
6570f72f11
added _USE_DEBUG=0 to default settings, and changed the checks for _USE_DEBUG
10 years ago
serverco
30c763cf4e
Merge pull request #12 from koter84/DNS-wait-with-variable
cleanup config-files, add DNS_EXTRA_WAIT variable, replace gninx with nginx
10 years ago
Dennis Koot
c6bfda7599
cleanup config-files, add DNS_EXTRA_WAIT variable, replace gninx with nginx
10 years ago