Tim Kimber
d0fc0f1423
Rename tests so they run in sequence, slight cleanup
6 years ago
Tim Kimber
099a8e2571
Move all testing to BATS
6 years ago
Tim Kimber
58840d63ec
Merge branch 'master' of github.com:srvrco/getssl
6 years ago
Tim Kimber
a83f20cfc7
Check-in bind (not used)
6 years ago
Tim Kimber
6d56c38474
Test more than 10 domains (i7 branch)
6 years ago
Tim Kimber
25ab41135d
Fix json_get for 6 parameters when >9 domains
6 years ago
Radek SPRTA
b1e177f45e
Handle domains of .co.uk type
6 years ago
Yannic Haupenthal
0891d37372
lint README.md (and fix some punctuation)
6 years ago
Yannic Haupenthal
2c1a894224
lint bug_report.md
6 years ago
Yannic Haupenthal
8c7cd703b5
lint CONTRIBUTING.md
6 years ago
Yannic Haupenthal
8db7744b3e
implement the suggested fix in #277
6 years ago
Yannic Haupenthal
05fa1bf306
Merge branch 'master' into dotfolder
6 years ago
Yannic Haupenthal
6138f4ab1f
make markdownlint happy
6 years ago
Tim Kimber
4d69e2f7ec
Merge pull request #479 from srvrco/fix-v1-renew
Fix for ACMEv1 renewals
6 years ago
Tim Kimber
197c5f8faa
Ignore base64 errors
6 years ago
Radek SPRTA
b8b70f7cee
Support certificates with SANs
6 years ago
Radek SPRTA
6c9f0e7655
Update changelog
6 years ago
Radek SPRTA
770277c7ad
Add support for CloudDNS
6 years ago
Tim Kimber
df0c08aea3
Test file for dns changes
6 years ago
Tim Kimber
4040a14b05
Cleanup debug output
6 years ago
Tim Kimber
f17590af52
Revert ready for challenge for ACME v1
6 years ago
Tim Kimber
8203c38b36
Disable auth reuse to fix force-renew tests
6 years ago
Tim Kimber
0f2191a39f
Add dual-rsa config file
6 years ago
Tim Kimber
e8c89a70fb
Almost working version
6 years ago
Tim Kimber
91d0bfb6b1
Fix base64 invalid input error
6 years ago
Tim Kimber
082d651474
Use aliases so hostname is better
6 years ago
Tim Kimber
f49f261a4b
Merge branch 'master' of github.com:srvrco/getssl
6 years ago
srvrco
9895a211d8
correcting version number
6 years ago
Tim Kimber
6444dfc424
Merge pull request #472 from srvrco/pre-2.15
Update templates to ACMEv2 endpoints
6 years ago
Tim Kimber
2dbaf3e14d
Update templates, clean up test code
6 years ago
Tim Kimber
a5313f4f31
error_exit if rate limited and exit if curl returns nothing
6 years ago
Tim Kimber
e3e31404ab
Merge pull request #461 from 2ZZ/master
Only select first URL returned from acme-v02
6 years ago
Tim Kimber
60db507bd3
Merge remote-tracking branch 'upstream/master'
6 years ago
Tim Kimber
4cc4b1ef86
Merge pull request #466 from srvrco/Fix-for-POST-as-GET
Fixes for post-as-get changes
6 years ago
Tim Kimber
3075c30faa
Update revision history
6 years ago
Tim Kimber
2f3e5da3e8
Improved test script (http01 and dns01)
6 years ago
Tim Kimber
5a3d9af911
Add RHEL6 tests, test dns and http
6 years ago
Tim Kimber
5296a0716f
Fix for RHEL6
6 years ago
inprogressBS
05fef4ac64
Merge branch 'master' into davs
6 years ago
Tsaukpaetra
813276ee80
Create dns_freedns.sh
Should probably be fixed up, I've only hacked up @dkerr64's version for acme.sh to work on my local instance. It assumes you're using curl, I didn't bother stealing acme.sh's whole library of functions.
DNS_ADD_COMMAND="~/.getssl/dns_freedns.sh add"
DNS_DEL_COMMAND="~/.getssl/dns_freedns.sh rm"
6 years ago
Tim Kimber
5e3d377342
Fix a typo and shellcheck warning
6 years ago
Tim Kimber
5df6026c1b
Test using pebble and docker
6 years ago
Tim Kimber
7f1b94c6e2
Fixes for HTTP-01 challenge for POST-as-GET
6 years ago
Tim Kimber
02e4c45b78
Simple test using docker and pebble
6 years ago
Tim Kimber
12de7b0ee6
Lots of fixes for HTTP-01 auth to use POST-as-GET
6 years ago
Tim Kimber
a529c54fb5
Merge branch 'master' of https://github.com/srvrco/getssl
6 years ago
Tim Kimber
4e094b837a
wip
6 years ago
Tim Kimber
cd6aee73fd
Merge pull request #463 from Lomanic/issue462-post-as-get-requests
Fix #462 use POST-as-GET requests on ACMEv2 endpoints
6 years ago
Lomanic
e85b4655cc
Fix #462 use POST-as-GET requests on ACMEv2 endpoints
Ref https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380
6 years ago
Ian Driver
bd0e674b12
Only select first URL returned from acme-v02
6 years ago