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
serverco
1245296ad5
Merge pull request #11 from koter84/version-up
up the version to v0.14
10 years ago
Dennis Koot
ef2d9ded13
up the version to v0.14
10 years ago
serverco
8644afb57c
Merge pull request #10 from koter84/cleanup-help-message
cleanup help-message
10 years ago
Dennis Koot
e98f057947
cleanup help-message
10 years ago
serverco
bb156c774e
Merge pull request #9 from koter84/error-handling
replace graceful_exit commands with error_exit after errors
10 years ago
serverco
02c743f064
Merge pull request #7 from koter84/extra-wait-for-dns
extra-wait-for-dns
10 years ago
Dennis Koot
eba0fdfad9
replace graceful_exit commands with error_exit after errors
10 years ago
Dennis Koot
c2476cee81
extra-wait-for-dns
10 years ago
serverco
9d8c47d0bc
Updated README to ref that DNS challenges work
remove reference to boulder bugs in the DNS challenge, which are now fixed, and DNA verification seems to work well.
10 years ago
serverco
d5c61f9363
Merge pull request #5 from koter84/reload-cmd-fix
reload-cmd-fix
10 years ago
Dennis Koot
7a88b43825
reload-cmd-fix
10 years ago