Bob Swift
798e38b009
Add FTP info to config and README files
10 years ago
srvrco
c8338e9802
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
493145020a
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
e938d96893
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
7db7948197
added FTP method of uploading tokens to remote server (blocked for certs as not secure) (0.38)
10 years ago
srvrco
6ece38afa3
added PUBLIC_DNS_SERVER option, for when an external, not internal DNS server is required. (0.37)
10 years ago
srvrco
e4bc57bf81
2016-05-23 Added option to provide a blank response in create-getssl-config for things like SANS. (0.4)
10 years ago
srvrco
467cc3def8
2016-05-23 Added option to provide a blank response in create-getssl-config for things like SANS. (0.4)
10 years ago
srvrco
c6f3d6629b
added DNS_WAIT to getssl.cfg as (default = 10 seconds as before) (0.36)
10 years ago
srvrco
8fb03a7d6b
added AUTH_DNS_SERVER to getssl.cfg as optional definition of authoritative DNS server (0.35)
10 years ago
srvrco
3545fc2adb
tidying up checking of json following AMCE changes. (0.34)
10 years ago
srvrco
71bd46081f
Merge branch - update to reflect changes in stating acme server json (0.33)
10 years ago
srvrco
179965008f
update to reflect changes in stating acme server json (0.33)
10 years ago
Jeremy Booker
494d193ec5
Use grep -Po for parsing JSON response
When parsing the JSON response from the HTTP request to create a new certificate... Use `grep -Po` instead of `egrep` as egrep is not matching across all the lines we need to match.
Also trim leading whitespace from `token` by passing it through `tr`.
10 years ago
srvrco
936ac4187c
correcting typo
10 years ago
srvrco
64460e13f7
Setting umask to 077 for security of private keys etc.
10 years ago
srvrco
14cfad6eee
Corrections for if DNS_DEL_COMMAND is blank, and typo.
10 years ago
srvrco
fb0b269d08
Improving the wording in a couple of comments and info statements. (0.30)
10 years ago
srvrco
c186b8d20b
increased version number after testing changes by dstosberg
10 years ago
Gonzalo Peci
b8c4978329
fix typo
10 years ago
Gonzalo Peci
908883d18e
echo dns when testing
10 years ago
Gonzalo Peci
60eec15aab
Add failsafe for nslookup
10 years ago
Gonzalo Peci
c9129eb152
NS Lookup is not required when using dns validation
10 years ago
serverco
269f43b771
Update README.md
10 years ago
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