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 |
srvrco
|
57c783de40
|
changed DNS checks to use nslookup and allow hyphen in domain names (v0.13)
|
10 years ago |
srvrco
|
9b5a0cf024
|
Typo corrections, quoted file variables and fix bug on DNS_DEL_COMMAND (v0.12)
|
10 years ago |
srvrco
|
88e4f8e9bc
|
add a very basic openssl.cnf file if it doesn't exist and tidy code slightly
|
10 years ago |
serverco
|
974856afdd
|
Merge pull request #3 from koter84/master
fix creating config for domains with more than 1 alternative name
|
10 years ago |
Dennis Koot
|
f459c9e482
|
fix creating config for domains with more than 1 alternative name
|
10 years ago |
serverco
|
4ca978afd3
|
Update README.md
correcting typo
|
10 years ago |
srvrco
|
3f0f118f17
|
allowing curl to follow redirects ( when acme-challenge is redirected to https )
|
10 years ago |
srvrco
|
54e5c231d8
|
combining changes on server with local ..... Merge branch 'master' of github.com:srvrco/getssl
|
10 years ago |
srvrco
|
55d01c9c4f
|
correcting create dir issue
|
10 years ago |
serverco
|
9794fec886
|
Merge pull request #2 from MichiShyGuy/patch-1
Bugfix: $dn wasn't incremented in domain-loop
|
10 years ago |
Michael Feige
|
aadc4aeb34
|
Bugfix: $dn wasn't incremented in domain-loop
now it get's incremented :)
|
10 years ago |
srvrco
|
32931f5bc5
|
increased version number for change to create ACL by dstosberg
|
10 years ago |
serverco
|
3d77cecb6b
|
Merge pull request #1 from dstosberg/create-acl-dir
create ACL directory if it does not exist
|
10 years ago |
Dennis Stosberg
|
8df763f5fe
|
create ACL directory if it does not exist
|
10 years ago |