1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

1624 Commits

Author SHA1 Message Date
Jakub Warmuz
aefd7ac7fd Remove old todo (#479 is fixed) 2015-10-25 13:05:49 +00:00
bmw
15b9436d0b Merge pull request #1119 from xamnesiax-sx/xamnesiax-dev
Fix for issue #1030
2015-10-24 16:23:08 -07:00
Peter Eckersley
0074f20c02 Merge pull request #1100 from letsencrypt/971
Pass plugin errors back out to the user.
2015-10-24 15:20:41 -07:00
Peter Eckersley
195f36e4e1 plugin_ep.problem unittests
and some misc style things
2015-10-24 14:09:34 -07:00
Peter Eckersley
4c686dfb38 Merge pull request #1104 from letsencrypt/csr-help
Document the requirement for SANs in CSRs if using --csr
2015-10-24 14:06:06 -07:00
Peter Eckersley
4def79d306 Display the Exception as well as the error message 2015-10-24 13:38:03 -07:00
Peter Eckersley
e3d56b51c4 Fix nit. 2015-10-24 13:14:19 -07:00
root
9d92a4c4ae Fix random "v" at bottom of file (stupid nano) 2015-10-24 20:38:50 +01:00
root
1cb787cefe Remove TODO comment for current issue 2015-10-24 20:15:25 +01:00
root
0e395ba763 Close #1030 2015-10-24 19:57:24 +01:00
Peter Eckersley
ce32d87ad6 Document the requirement for SANs in CSRs if using --csr 2015-10-23 19:19:09 -07:00
Brad Warren
9ba4748974 Incorporated pde's feedback 2015-10-23 18:26:33 -07:00
Peter Eckersley
a567c0578f Pass plugin errors back out to the user.
Closes: #971
2015-10-23 17:17:23 -07:00
Brad Warren
46fe8511cd Updated MockedVerb documentation 2015-10-23 16:55:10 -07:00
Brad Warren
7b0f3b00f2 Removed subparsers 2015-10-23 16:49:38 -07:00
Brad Warren
e4d4b0d528 Quick doc fix 2015-10-23 14:48:40 -07:00
Jakub Warmuz
44b1b118c6 Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3 2015-10-22 20:20:02 +00:00
Brad Warren
ea356b403c Removed assumptions about temp dir name 2015-10-22 13:06:33 -07:00
Brad Warren
2bedd57aa9 Merge branch 'master' into storage_paranoia 2015-10-22 13:01:20 -07:00
Brad Warren
f13566e5ba Quick refactor 2015-10-22 00:35:52 -07:00
Brad Warren
e4a0eee662 Satisfied spacing OCD 2015-10-21 23:25:05 -07:00
Peter Eckersley
1c215d0c67 Sphinxify
also pythonic str instead of string
2015-10-21 23:10:55 -07:00
Jakub Warmuz
3202f35a90 Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3 2015-10-22 05:42:01 +00:00
Peter Eckersley
cf5cb9d3ff Satisfy pylint... sort of 2015-10-21 21:16:35 -07:00
Peter Eckersley
ccfeeb9fe5 Fix test cases; along the way, have --csr save fullchain.pem 2015-10-21 21:00:30 -07:00
Peter Eckersley
7ce1da56d5 Point the user to fullchain.pem, not cert.pem
Closes: #1024
2015-10-21 16:48:33 -07:00
Peter Eckersley
f9bbb0bf17 Merge pull request #1013 from kuba/bugs/1012
Use PEM for Account.id generation.
2015-10-21 12:05:36 -07:00
Sharif Nassar
39a44b97ed Jedi mind trick on coverage tool 2015-10-21 00:10:47 -07:00
Sharif Nassar
0e18395a1b 100% coverage is the goal, so add a test 2015-10-21 00:10:36 -07:00
Sharif Nassar
424f4f08b9 Make ./pep8.travis.sh run cleanly
98% whitespace.
2015-10-20 22:24:58 -07:00
bmw
2cab4e577e Merge pull request #1038 from letsencrypt/cli
Implement --standalone
2015-10-20 14:20:18 -07:00
Peter Eckersley
e7182848a0 Keep @bmw's sense of aesthetics happy :) 2015-10-20 14:04:58 -07:00
Peter Eckersley
b01bf571ca more typos 2015-10-20 14:03:06 -07:00
Peter Eckersley
05293cd597 typosquash 2015-10-20 14:01:29 -07:00
Peter Eckersley
dde3e685f0 Fix stray --standalone help
And a few layout nits
2015-10-20 13:49:44 -07:00
Jakub Warmuz
e52922b11e Fix getsockname usage with IPv6 2015-10-20 20:44:18 +00:00
Peter Eckersley
738684d437 Revert to "run" as the default in all cases 2015-10-20 13:28:56 -07:00
Jakub Warmuz
aa67b83b38 debug log version 2015-10-20 20:22:38 +00:00
Jakub Warmuz
11495c5820 Better logging for start/stop acme.standalone servers. 2015-10-20 20:16:12 +00:00
Jakub Warmuz
aa4641b3b0 --agree-dev-preview
`git grep -i eula` to the rescue
2015-10-20 19:33:27 +00:00
Peter Eckersley
719cbdb488 --apache etc should be documented in the "plugins" section 2015-10-20 10:58:47 -07:00
Peter Eckersley
2c4d4a8169 "letsencrypt everything" is not yet implemented :/ 2015-10-20 10:35:17 -07:00
Peter Eckersley
efe51e02be Explain the --standalone change in defaults 2015-10-20 10:34:31 -07:00
bmw
85e6f50f68 Merge pull request #1020 from letsencrypt/report_csr_expiry
Report expiration when using a CSR
2015-10-20 09:41:48 -07:00
Peter Eckersley
7d2e1c8078 Merge pull request #1034 from letsencrypt/todos
Updated TODOs
2015-10-20 08:25:14 -07:00
Peter Eckersley
54a738492b Fix typo 2015-10-20 01:22:04 -07:00
Peter Eckersley
adcb0052a1 Implement --standalone as specified.
Closes #1036
2015-10-20 00:30:44 -07:00
Peter Eckersley
cb2ac71d1e Merge pull request #1001 from letsencrypt/cli
Implement --apache and --nginx; improve configurator errors
2015-10-19 20:09:47 -07:00
Peter Eckersley
363dffd8a6 Comment out a test that requires slightly doubtful infrastructure 2015-10-19 19:51:02 -07:00
Peter Eckersley
51ed2b681f We're not mocking out plugins
So we don't need infrastructure for it
2015-10-19 19:41:37 -07:00