Jakub Warmuz
9a0073fff5
docker: use quay.io, move quick start section to the top
2015-05-06 09:33:56 +00:00
Jakub Warmuz
b6b86e44ce
Fix typo
2015-05-05 10:47:36 +00:00
Jakub Warmuz
d0b63a3500
nit: EOF newline
2015-05-05 08:40:05 +00:00
Jakub Warmuz
64a00d37bb
Update docker setup.
...
Changes:
- uses debian:jessie as base image (more lightweight)
- .dockerignore .git/.tox to speed up build process considerably
- more caching-aware Dockerfile
- copy current directory instead of git cloning the repo inside the container
- /etc/letsencrypt and /var/lib/letsencrypt volumes;
no need for "if os.environ.get" hack
bootstrap script for debian had to be adjusted, as lsb_release is not
present in debian:jessie image.
2015-05-05 08:26:23 +00:00
Jakub Warmuz
3a0db7efa1
Merge remote-tracking branch 'github/letsencrypt/master' into docker
...
Conflicts:
letsencrypt/client/client.py
2015-05-04 21:22:38 +00:00
James Kasten
e4ac29ef81
Merge pull request #380 from kuba/boulder-130-fixed
...
boulder#130 fixed
2015-05-03 13:06:32 -07:00
Jakub Warmuz
0216ea3f26
boulder#130 fixed
2015-05-03 19:44:53 +00:00
James Kasten
93cdad120d
Merge pull request #375 from kuba/apache-no-sudo
...
Don't use sudo in apache plugin
2015-05-02 09:17:43 -07:00
Jakub Warmuz
7a4d37e320
Don't use sudo in apache plugin.
2015-05-02 08:08:11 +00:00
James Kasten
828e09543b
Merge pull request #368 from kuba/bugs/273
...
rsa256_key.pem -> jose/testdata/rsa512_key.pem (fixes #273 )
2015-05-01 12:32:03 -07:00
James Kasten
963c95dfe0
Merge pull request #366 from kuba/constants-cleanup
...
Move relevant constants to acme module.
2015-05-01 12:23:25 -07:00
Jakub Warmuz
c838faffd8
Merge remote-tracking branch 'github/letsencrypt/master' into bugs/273
...
Conflicts:
letsencrypt/client/plugins/standalone/tests/authenticator_test.py
2015-05-01 19:18:19 +00:00
Jakub Warmuz
57ae12745d
Merge remote-tracking branch 'github/letsencrypt/master' into constants-cleanup
...
Conflicts:
letsencrypt/client/constants.py
2015-05-01 19:10:00 +00:00
James Kasten
fcb774f71b
Merge pull request #367 from kuba/bugs/336
...
Call record.getMessage() in DialogHandler (fixes #336 )
2015-05-01 12:08:21 -07:00
James Kasten
1e62579688
Merge pull request #362 from letsencrypt/boulder
...
Boulder
2015-05-01 11:46:22 -07:00
Jakub Warmuz
5b762e51be
Update ACME docs (protocol version info)
2015-05-01 10:55:26 +00:00
Jakub Warmuz
0845d82f65
Update Configuration test
2015-05-01 10:24:48 +00:00
Jakub Warmuz
8c43404015
pep8
2015-05-01 10:10:04 +00:00
Jakub Warmuz
9b5ea88abd
acme-spec#93 solved, ref boulder#130, acme-spec#110
2015-05-01 10:09:56 +00:00
Jakub Warmuz
0cb012a9fd
Configuration: server_url, server_path
2015-05-01 10:08:33 +00:00
Jakub Warmuz
54955009eb
constants.CONFIG_DIRS_MODE, fix #362 config dir bug
2015-05-01 10:07:32 +00:00
James Kasten
4d7f67684d
Move eula to registration
2015-04-30 20:55:26 -07:00
James Kasten
5ba23a6047
fixes to address comments
2015-04-30 20:01:32 -07:00
James Kasten
f11f5bca73
address comments
2015-04-30 18:35:49 -07:00
James Kasten
84fd90841c
Merge branch 'boulder' of https://github.com/kuba/lets-encrypt-preview into kuba-boulder
2015-04-30 17:57:19 -07:00
Jakub Warmuz
18a1d01d8f
Ref to letsencrypt/boulder#130
2015-04-29 19:49:24 +00:00
Jakub Warmuz
3ba8acc57e
Ref to letsencrypt/boulder#128
2015-04-29 09:15:31 +00:00
Jakub Warmuz
79b0ed5cd3
log act_cert_path
2015-04-29 08:23:42 +00:00
Jakub Warmuz
ff569084f8
Fix empty email problem, EMAIL_REGEX = re.compile(...), pep8
2015-04-29 08:21:16 +00:00
Jakub Warmuz
659e07c5b3
Add comment, split too long line
2015-04-28 20:06:50 +00:00
Jakub Warmuz
106d2bfbbe
Explicit errors for too small key / only public
2015-04-28 20:05:14 +00:00
Jakub Warmuz
1ea5fbdf9e
rsa256_key.pem -> jose/testdata/rsa512_key.pem (fixees #273 )
2015-04-28 19:58:58 +00:00
Jakub Warmuz
319932bed5
Call record.getMessage() in DialogHandler ( fixes #336 )
2015-04-28 18:13:34 +00:00
Jakub Warmuz
bf5d132582
Move relevant constants to acme module.
2015-04-28 17:51:46 +00:00
Jakub Warmuz
5efdda0922
Fix some of #362 nitpicks
2015-04-28 11:31:14 +00:00
James Kasten
752b3b687f
cleanup
2015-04-27 14:59:44 -07:00
James Kasten
bdcf8fc91e
remove disable pylint from file
2015-04-27 13:14:39 -07:00
James Kasten
d6026d7573
Add todo for obtain certificate.
2015-04-27 13:07:13 -07:00
James Kasten
0371838a91
more unit tests/better flow
2015-04-27 12:42:50 -07:00
James Kasten
ee2e0948f4
fix py26
2015-04-24 03:38:49 -07:00
James Kasten
016e10f415
100% test coverage, account, auth_handler
2015-04-23 19:12:15 -07:00
James Kasten
1d8281d15d
Merge pull request #359 from letsencrypt/fix_nginx_default_vhost
...
fix default symlink
2015-04-23 14:11:31 -07:00
James Kasten
cdfdee2ebc
Merge branch 'fix_nginx_default_vhost' into boulder
2015-04-23 14:08:09 -07:00
James Kasten
4288ece394
fix default symlink
2015-04-23 14:01:21 -07:00
James Kasten
36f3cdeddc
fix/add tests
2015-04-23 13:57:35 -07:00
James Kasten
cb0aca6727
Merge branch 'master' into boulder
2015-04-22 23:19:12 -07:00
James Kasten
12899d0c38
unittest and lint cleanup
2015-04-22 23:17:53 -07:00
James Kasten
95ba2730f1
start of tests for auth_handler
2015-04-22 16:27:54 -07:00
James Kasten
e301c71fea
Merge pull request #357 from diracdeltas/doc/nginx
...
Add docs for Nginx plugin stub
2015-04-22 10:13:24 -07:00
yan
4c09b9882f
Add docs for Nginx plugin stub
2015-04-21 10:31:25 -07:00