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
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
Tim Kimber
5aa33049c2
Merge pull request #459 from srvrco/Fix-missing-chain.crt-#349
Fix missing chain.crt #349
6 years ago
Tim Kimber
9248ce788b
Merge remote-tracking branch 'origin/master' into Fix-missing-chain.crt-#349
6 years ago
Tim Kimber
6e8d4ec06a
Merge pull request #456 from tohn/shellcheck
fix shellcheck issues
6 years ago
Tim Kimber
dec01f1810
Split fullchain into cert and ca cert
6 years ago
Yannic Haupenthal
564410d371
* fix shellcheck issues
6 years ago
Tim Kimber
ea4175a1a9
Merge pull request #454 from srvrco/curl-useragent
Add User-Agent header (fixes #453 )
6 years ago
Tim Kimber
a3af231a15
Add User-Agent header ( fixes #453 )
6 years ago
Tim Kimber
e2084574cb
Merge pull request #452 from darovic/ACMEv2
Applied ACMEv2 - thanks to darovic!!!
6 years ago
Tim Kimber
1c169ba603
Ignore case finding location in responseHeaders
6 years ago
Damir Mitrovic
1fcac20db1
Updated version history and increment version counter
6 years ago
Damir Mitrovic
c3fe2d5214
Fixes 374
6 years ago
srvrco
ad1f76cdec
correct bug for cert order location
8 years ago
srvrco
13be6817b3
adding various updates / from issues to beta
8 years ago
srvrco
051eb8d105
adding SSH_OPTS (shellcheck)
8 years ago
srvrco
a41fa6bad8
adding godaddy dns scripts and related updates
8 years ago
srvrco
c946d42a12
adding SSH_OPTS as requested
8 years ago
srvrco
a1b322fdec
adding Torsten's joker.com API
8 years ago
srvrco
692920eec7
completed initial testing on acme-staging-v02.api.letsencrypt.org
8 years ago
srvrco
034ce54850
modifying debugs
8 years ago
srvrco
fb9c870377
updateing getssl for APIv2
8 years ago
srvrco
394a350496
draft version to work with APIv2
8 years ago
Emii Khaos
20646ac075
Merge pull request #385 from cthart/patch-1
Update getssl
6 years ago
Emii Khaos
8599aa1c20
Merge pull request #405 from pbhenson/cnames
Allow dns checks to deal with CNAME records
6 years ago
Paul B. Henson
358244c9e9
Allow dns checks to deal with CNAME records
Some environments might delegate dns validation to a subzone by using CNAME records. These changes allow getssl to validate dns updates when the verification name is a CNAME to the TXT record rather than a TXT record itself.
7 years ago