Peter Eckersley
38eef78d94
Merge pull request #3025 from SwartzCr/issue_2884
...
change github URL
2016-05-18 14:19:21 -07:00
Brad Warren
94549219c5
Add get_names_from_csr tests
2016-05-18 14:06:32 -07:00
Seth Schoen
354b5ead2c
Merge branch 'master' into update_registration
2016-05-18 14:03:37 -07:00
Brad Warren
77e4be933c
Simplify get_names_from_csr
2016-05-18 13:59:17 -07:00
Noah Swartz
c4fc7b30e3
change github URL
2016-05-18 13:44:29 -07:00
Noah Swartz
03f77c1b79
Merge pull request #3014 from sagi/rewrite_engine_detection
...
Detect RewriteEngine directives that originates in a VirtualHost directive
2016-05-18 13:15:02 -07:00
Peter Eckersley
4e46e325d1
Merge pull request #3021 from mgedmin/relax-hook-validation
...
Hook validation: skip leading spaces/newlines
2016-05-18 12:07:25 -07:00
Peter Eckersley
1549678ca0
Merge pull request #3019 from mgedmin/patch-3
...
Renewal hooks mean this note is outdated
2016-05-18 12:04:53 -07:00
Brad Warren
8e17d7498d
Add get_names_from_csr
2016-05-18 10:14:15 -07:00
Brad Warren
50421e99be
Factor loading cert/req into its own function
2016-05-18 09:56:34 -07:00
Marius Gedminas
321a806b91
Hook validation: skip leading spaces/newlines
...
Improves the situation with #3020 a bit.
Does nothing about other valid shell commands that the current
validation would reject:
- shell builtins like --post-hook 'if [ -x /my/script ]; then /my/script; fi'
- variable assignments like --post-hook 'ENV_VAR=value command'
- comments
- redirections like --post-hook '<infile command'
- I'm sure I'm missing many other exciting possibilities
2016-05-18 11:57:50 +03:00
Marius Gedminas
279cb35256
Oops, ReST syntax is weird
2016-05-18 11:05:23 +03:00
Marius Gedminas
f55ef8e286
Renewal hooks mean this note is outdated
2016-05-18 11:03:18 +03:00
Marius Gedminas
63c79f98ca
Remove dangling footnote
...
This footnote has no references!
2016-05-18 10:59:58 +03:00
Brad Warren
507b154276
Don't saying you're requesting root unless you really are
2016-05-17 20:11:02 -07:00
Brad Warren
502eba1cc4
Simplify SUDO certbot prompt
2016-05-17 20:07:45 -07:00
Brad Warren
45b7c407c1
Don't tell people you check for updates on every run
2016-05-17 20:07:06 -07:00
Brad Warren
af41345967
Put arg parsing in one place
2016-05-17 20:06:35 -07:00
Brad Warren
14778c15ce
Run build to make le-auto up to date
2016-05-17 20:05:47 -07:00
Amjad Mashaal
d57c943471
Fixing broken tests
2016-05-18 01:57:48 +02:00
Amjad Mashaal
12a0312282
Fixing auto_test.py for Python 2.6
2016-05-18 01:57:48 +02:00
sagi
7e3c9399e5
Use cli.set_by_cli to detect if the user explicitly set cert_path
2016-05-17 22:12:11 +00:00
Peter Eckersley
248dc0962e
Merge pull request #2895 from dietsche/joyent
...
Joyent SmartOS Zone Bootstrap Support [revised]
2016-05-17 14:54:08 -07:00
Peter Eckersley
4118da2c53
Merge pull request #3010 from certbot/autopts
...
Fix *-auto command line parsing
2016-05-17 14:33:25 -07:00
chrismarget
6dd9991371
Fix invalid attribute for pylint
2016-05-17 20:10:20 +00:00
chrismarget
85e9624555
Added test for random certificate serial numbers from gen_ss_cert.
2016-05-17 19:50:57 +00:00
sagi
886776d741
Make lint happy
2016-05-17 18:29:39 +00:00
sagi
3cf3e5b685
Detect RewriteEngine directives that originate in VirtualHosts
2016-05-17 18:07:52 +00:00
Noah Swartz
4b1d9e0af2
Merge pull request #2986 from certbot/doc-cleanup
...
Doc cleanup
2016-05-16 20:14:02 -07:00
Brad Warren
accc83a1ca
add py2.6 compatibility
2016-05-16 18:03:17 -07:00
Brad Warren
b9c97954ee
Add comment about removing the exception in the future
2016-05-16 17:48:26 -07:00
Brad Warren
323bb34144
Add test to prevent regressions
2016-05-16 17:45:52 -07:00
Brad Warren
9efdd3b38f
Fixes 2977
2016-05-16 17:34:30 -07:00
sagi
c0228ef1aa
Boulder integration scripts provides a cert_path
2016-05-16 22:11:15 +00:00
Brad Warren
d39dee20ad
fix auto arg parsing
2016-05-16 15:06:51 -07:00
sagi
f092669347
If cert_path provided - do not randomize it
2016-05-16 21:19:44 +00:00
Jacob Hoffman-Andrews
8f696b3ad7
Reuse HTTP connections. ( #2855 )
...
Fixes #2778
2016-05-15 13:48:51 -07:00
Tapple Gao
4cb35eaeb3
system python path has changed on el capitan. Look for both old and new
...
path
2016-05-15 11:44:48 +02:00
Peter Eckersley
f4103bdbb3
post-hook only runs if pre-hook was (or would have been, if it existed)
2016-05-13 18:49:01 -07:00
Peter Eckersley
3ddd972356
Update the renewal-related message we print after obtaining a cert
2016-05-13 18:19:57 -07:00
Peter Eckersley
c3607fbd1f
Merge pull request #2988 from leerspace/patch-1
...
Updating broken link to Google Python Style guide
2016-05-13 17:27:42 -07:00
John Reed
1aff941ad0
Updating broken link to Google Python Style guide
...
Old link: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
New link: https://google.github.io/styleguide/pyguide.html
2016-05-13 18:37:43 -05:00
bmw
130875e1b9
Merge pull request #2981 from certbot/plugin-docs
...
Import plugin docs from wiki & neaten [suggested revision]
2016-05-13 13:46:00 -07:00
Peter Eckersley
01a528c3ee
Merge pull request #2667 from certbot/must-staple
...
Add --must-staple flag
2016-05-13 13:23:42 -07:00
Peter Eckersley
e85b387e42
Move 3rd party plugins back below others
2016-05-13 13:21:49 -07:00
Peter Eckersley
d2df6880e5
Merge remote-tracking branch 'origin/master' into must-staple
2016-05-13 13:10:23 -07:00
Peter Eckersley
f16104e3cb
Lots of doc cleanups
2016-05-13 12:22:55 -07:00
Peter Eckersley
c55d8e4741
Build the text for the man page at release
2016-05-13 12:22:35 -07:00
Peter Eckersley
3c279c4fad
Create a man page for ourselves!
2016-05-13 12:22:19 -07:00
Peter Eckersley
a12405ace0
Merge remote-tracking branch 'origin/master' into plugin-docs
2016-05-12 19:20:23 -07:00