Commit Graph
3782 Commits
Author SHA1 Message Date
Joona Hoikkala 0d01cbfc92 Refactored the port check from NamespaceConfig init to the validation function 2015-11-08 23:05:33 +02:00
Joona Hoikkala 0c4456bd7e Fixed the comment to be accurate 2015-11-08 22:57:58 +02:00
Joona Hoikkala a4b7d0d5c1 Making linter happy by removing the unused import 2015-11-08 22:44:32 +02:00
Joona Hoikkala 59b544be3b Moved the validation to configurator 2015-11-08 22:26:01 +02:00
Joona Hoikkala 3128bab7bd Added domain to renewer test mock 2015-11-08 22:21:11 +02:00
Joona Hoikkala 9077dfdbac Fixed the messages 2015-11-08 21:46:57 +02:00
Joona Hoikkala ee38585eb4 Refactored domain flag checks into their own helper function to clear space for future checks 2015-11-08 21:43:48 +02:00
Joona Hoikkala c80e4c0f2f Added comment to clarify FQDN regex 2015-11-08 21:14:12 +02:00
Joona Hoikkala e63aaf7faf Changed the checks to be more readable and better semantically 2015-11-08 21:08:50 +02:00
Joona Hoikkala ae080349c5 Changed the errors import 2015-11-08 21:04:48 +02:00
Joona Hoikkala d6a3286a67 Fixed the wildcard domain string match 2015-11-08 20:50:39 +02:00
Joona Hoikkala b35ebafe16 Fixed last half-assed commit to tests 2015-11-08 20:49:44 +02:00
Joona Hoikkala 57726e6384 Use python2.6 compatible test assertions 2015-11-08 20:42:24 +02:00
Joona Hoikkala 2ac7a2a9ea Check configuration sanity for domain flag 2015-11-08 20:23:01 +02:00
Jakub Warmuz 0f36ed3eb3 Merge pull request #1414 from kuba/acme-standalone-log
Logging in acme.standalone: more and not to sys.stderr.
2015-11-08 06:57:23 +00:00
Jakub Warmuz 0dbb235961 Merge remote-tracking branch 'github/letsencrypt/master' into acme-standalone-log 2015-11-08 06:51:34 +00:00
Peter Eckersley d209b5ea20 Merge pull request #1411 from kuba/tls-sni-01
tls-sni-01
2015-11-07 22:42:49 -08:00
Jakub Warmuz c18f0b7073 Add rtype docs 2015-11-08 06:34:28 +00:00
Jakub Warmuz 37574e60e1 hexdigest lower() 2015-11-08 06:29:48 +00:00
Jakub Warmuz 8208470395 More docs about ports 2015-11-08 06:26:22 +00:00
Jakub Warmuz 6d32c2e5a4 Rename DVSNIRequestHandler to BaseRequestHandlerWithLogging. 2015-11-07 23:00:43 +00:00
Jakub Warmuz 1f6f6a7451 Logging in HTTP01RequestHandler: more and not to sys.stderr. 2015-11-07 22:57:39 +00:00
Jakub Warmuz bbb7606fe1 Kill dvsni in acme 2015-11-07 18:35:41 +00:00
Jakub Warmuz 3ac4df4f48 Kill dvsni in core 2015-11-07 18:35:41 +00:00
Jakub Warmuz 937e3edfc1 tls-sni-01 in apache and nginx plugins 2015-11-07 18:35:41 +00:00
Jakub Warmuz 5e8ed2bbd2 --dvsni-port -> --tls-sni-01-port 2015-11-07 18:24:17 +00:00
Jakub Warmuz 2266baf775 Renames around DVSNIServer 2015-11-07 18:24:17 +00:00
Jakub Warmuz 93e69ef7de tls-sni-01 for standalone 2015-11-07 18:24:17 +00:00
Peter Eckersley e653aa49f8 Merge pull request #1407 from devnsec-com/pr10
Fixes 2 lines of code that could cause IndexError in the nginx plugin
2015-11-07 09:11:25 -08:00
Dev & Sec 6bcbe641bd fix 2 IndexErrors in the nginx plugin 2015-11-07 16:21:47 +00:00
Jakub Warmuz 31706a5ef9 tls-sni-01: acme_util and auth_handler 2015-11-07 14:24:44 +00:00
Jakub Warmuz b864c77b62 Add tls-sni-01 to acme 2015-11-07 14:24:43 +00:00
Jakub Warmuz c805ebc2bf Use KEY in DVSNI tests 2015-11-07 14:24:43 +00:00
Jakub Warmuz dd92e95290 Remove remaints of simpleHttp from standalone plugin 2015-11-07 14:24:43 +00:00
Jakub Warmuz 3a5f7a026b Fix old reference to SimpleHTTP 2015-11-07 14:24:43 +00:00
Peter Eckersley e04c67ba8c Merge pull request #1404 from kuba/acme-ua
User-Agent support in acme (default: `acme-python`, fixes #1351).
2015-11-07 02:57:08 -08:00
Jakub Warmuz dc60cdbc7d User-Agent support in acme (default: acme-python, fixes #1351).
In order to override the default (`acme-python`), clients (including
Let's Encrypt: #858, #1397) should create a custom
acme.clietn.ClientNetwork object and pass it to
acme.client.Client.__init__.
2015-11-07 08:55:54 +00:00
Peter Eckersley fc8af6b341 Merge pull request #1382 from koobs/patch-1
Add FreeBSD port/package to documentation (Usage)
2015-11-06 16:00:17 -08:00
bmw 50fc3321f3 Merge pull request #1381 from jimt/patch-1
Fix typo.
2015-11-06 13:02:40 -08:00
bmw 1d0b9b5ad5 Merge pull request #1387 from lucebac/master
Fixed typo in script name when trying to boostrap for manjaro
2015-11-06 10:20:00 -08:00
Luca Ebach 05b95b9166 Fixed typo in script name when trying to boostrap for manjaro 2015-11-06 14:16:12 +01:00
Kubilay Kocak d054d05ea9 Add FreeBSD port/package to documentation
* Rename Distro's to Operating Systems
* Add instructions for FreeBSD port and package installation
2015-11-06 19:54:50 +11:00
Jim Tittsler d67d04ecd7 Fix typo. 2015-11-06 16:47:38 +09:00
bmw c8efa0acb8 Merge pull request #1361 from letsencrypt/both
Require --debug for many things, including python2.6 platforms
2015-11-05 20:21:09 -08:00
Peter Eckersley 24651e6b3f Handle py2.6 correctly ; be precise in documentation 2015-11-05 19:42:13 -08:00
Peter Eckersley c0dd6e1dc8 Document --debug voodoo :) 2015-11-05 19:09:40 -08:00
Peter Eckersley 987840a539 Archlinux is tested 2015-11-05 19:09:38 -08:00
Peter Eckersley a5c0aee175 Merge pull request #1291 from SwartzCr/issue_809
[needs revision] Embed Augeas Httpd lens
2015-11-05 16:39:21 -08:00
Peter Eckersley f67fab6f5f Merge pull request #1360 from cure/patch-1
Remove another reference to simplehttp
2015-11-04 19:52:47 -08:00
Peter Eckersley 9d4049cef0 Merge pull request #1366 from ArchimedesPi/pr-look-at-known-issues
Add notices about known issues to docs
2015-11-04 19:52:09 -08:00