Tim Kimber
836b3d8ebc
Update revision history and version
5 years ago
Tim Kimber
aef203287c
Check that dig doesn't return an error before setting HAS_DIG_OR_DRILL
5 years ago
Tim Kimber
1d1159f946
Add timing information to tests
5 years ago
Tim Kimber
2e558854c3
Some fixes to get_auth_dns
5 years ago
Tim Kimber
c90ca25ede
Add unit test for create_csr
5 years ago
atisne
27265df667
Wrong SANS when domain contains a minus character
A regexp to extract 'Subject Alternative Name' doesn't work when the domain use a minus character.
For grep regexp, to lose its special meaning inside brackets, the minus character must be placed in the first or last position in the list.
https://www.gnu.org/software/grep/manual/grep.html#Character-Classes-and-Bracket-Expressions
5 years ago
Tim Kimber
d35f7baf91
Some fixes to get_auth_dns
5 years ago
Veit Wahlich
fa9a8c7f45
Fix delimiter issues with ${alldomains[]} in create_csr()
- use \n as delimiter for read to array
- use \n as delimiter for comparing SANs
5 years ago
Tim Kimber
c8415df61d
mktemp not working correctly on Alpine Linux (added XXXXXX to template)
Fixes #612
5 years ago
Tim Kimber
8333a1e817
Update version to 2.31
Fix bug with nslookup server param
5 years ago
Tim Kimber
ccab4baeb6
Update revision history
5 years ago
Tim Kimber
ca666aa474
Wildcard support in ACMEv2
Fixes #347 and #400
5 years ago
Tim Kimber
c6b75847a4
When retrying DNS_ADD, delete first
5 years ago
Tim Kimber
f2bcce5ab2
Add more info to debug statemetns when running tests
5 years ago
Mesar Hameed
7be325dbad
bugfix: strip comments in drill/dig output when checking txt in dns.
The dns query is often being reprinted as a comment as part of the drill/dig output
this caused multiple hits for the grep, making the comparison invalid.
Make sure we strip out comments before we look for the challenge text in the txt record.
5 years ago
Tim Kimber
d195235a7e
Document the settings used for DNS verification
5 years ago
Tim Kimber
96d987c07b
Add CHECK_PUBLIC_DNS_SERVER
5 years ago
Tim Kimber
44f0ce1a53
Update revision history
5 years ago
Tim Kimber
b0debe01b0
Use different args for drill in SOA check
5 years ago
Tim Kimber
6e25567397
Fix dns check for upper case domain names
5 years ago
Tim Kimber
36c92d150e
Fixes and changes to test get_auth_dns
5 years ago
Tim Kimber
75d06beb5a
Fix get_auth_dns to return multiple nameservers (broken in v2.21)
5 years ago
Tim Kimber
fb1823e356
Retry DNS_ADD_COMMAND if dns isn't updated after waiting 10 times
5 years ago
Tim Kimber
65befd7db5
Update revision history and version number
5 years ago
Tim Kimber
d95b3e61b7
Fix openssl RSA-PSS check
5 years ago
Tim Kimber
50310a722a
Fix bug when SANS is separated by commas and spaces
5 years ago
Tim Kimber
47b3962c13
Support older versions of openssl which don't support RSA-PSS
5 years ago
Paul Slootman
68b05d7c6e
Fix slow fork bomb when directory containing getssl isn't writeable ( #440 )
getssl updets itself by:
- checking for a new version
- if so:
- download the new one into a tmp location
- rename the current one to name with version appended
- rename the tmp file to the current location
- run the new version
If the renaming fails, the old version gets run, which again downloads, etc.
Now exit if the rename (install command) fails.
5 years ago
Tim Kimber
e9912e790d
Update sigalgs, different error if certificate not installed vs different
5 years ago
Tim Kimber
68f04db61f
Add ECDSA+SHA384 to -sigalgs
5 years ago
Tim Kimber
d188e9ec7d
Use -sigalgs instead of -cipher to check certificate installed
5 years ago
Tim Kimber
e6336b9c8b
Add some debug statements to CHECK_REMOTE
5 years ago
Tim Kimber
13f3a8b8de
Support space delimited SANS
5 years ago
Tim Kimber
89036c126b
Fix CHECK_REMOTE for DUAL_RSA_ECDSA
6 years ago
Tim Kimber
fec8905c1c
Fix missing URL_revoke definition when no CA directory suffix
6 years ago
Tim Kimber
86b365b2c3
Update revision history and version number
6 years ago
Tim Kimber
db316d0d16
Fix --revoke
6 years ago
Tim Kimber
aae47d2c26
Add --notify-valid
6 years ago
Tim Kimber
ee5e1e8cac
Add --check-config and auto upgrade CA v02 url
6 years ago
Tim Kimber
d39f60540a
Change CA to v02, fix shellcheck warning and indentation
6 years ago
Tim Kimber
9f19977238
Update revision history and version
6 years ago
Tim Kimber
919aed2cdb
Fix missing fullchain.ec.crt when creating dual certificates
6 years ago
Tim Kimber
b5a9a4280e
Update revision history
6 years ago
Tim Kimber
39ccc6bb0e
Fix ftp/sftp problems if challenge starts with a dash
6 years ago
Harald Heigl
7ec1e8648c
Fixed ipv4 confirmation with nslookup
6 years ago
rhinoduck
62e7cfce0f
Fix changelog formatting
6 years ago
Tim Kimber
135fcece92
Fix domain case conversion for different locales
6 years ago
Robert Wolf
a0c6ddf079
fix HAS_HOST and HAS_NSLOOKUP condition
6 years ago
Tim Kimber
f7c196602d
Update revision history and version
6 years ago
Tim Kimber
d8bf2fa149
Remove dependency on seq, ensure clean_up doesn't try to delete /tmp
6 years ago