Commit graph

737 commits

Author SHA1 Message Date
Jacob Hoffman-Andrews
a08e9599f5 Review feedback. 2017-04-07 10:15:52 -07:00
Erica Portnoy
82f3f7523e Candidate 0.13.0 (#4475)
* Release 0.13.0

* Bump version to 0.14.0
2017-04-06 11:33:32 -07:00
St-Ranger
035e5b93ea Futher improvement re: FreeBSD packages
Further improved the previous change to make it more clear.
2017-04-04 00:41:55 -05:00
Nathan Arthur
2b03833752 Add NetBSD to list of OSes with packages 2017-04-04 00:55:25 -04:00
Nathan Arthur
971439a518 Sort list of OSes with packages 2017-04-04 00:48:33 -04:00
St-Ranger
4c36d8081e Correct info fro FreeBSD
1. Replace the outdated reference to "vritualenv", "see below" -> "see above".
2. Replace the awkward sentence (partially incorrect) about installing on FreeBSD. 
It can be installed via different ways: "pkg" is not exclusive. I am not aware of any reason why it canNOT be installed from ports. Some people prefer build and install everything from ports. (The previous version of the description implies that ports cannot be used.)
2017-04-03 23:45:48 -05:00
Zach Shepherd
22248c1393 docs: fix syntax error in plugin installation example
Partially addresses issue #4368.
2017-04-03 14:58:25 -07:00
Zach Shepherd
af5fd4f6bd docs: use monospace syntax for method name 2017-04-03 14:55:27 -07:00
Zach Shepherd
3f625d3a0d docs: clarify the use of entry points for plugins
The documentation did not list the entry point group, certbot.plugins.

Partially addresses issue #4368.
2017-04-03 14:51:48 -07:00
Zach Shepherd
c1cb762b32 docs: clarify when venv needs to be re-setup
When dependencies change or a new plugin is introduced, the venv needs
to be re-created.

Partially addresses issue #4368.
2017-04-03 14:33:41 -07:00
Noah Swartz
ca16dfb593 Merge branch 'master' into docs-add-gentoo-packages 2017-03-29 17:42:23 -07:00
Jacob Hoffman-Andrews
e73c29374a Change to source. 2017-03-29 14:32:02 -07:00
Jacob Hoffman-Andrews
db0a4f9039 Document tests/integration/_common.sh.
This makes it much easier to run certbot during development.
2017-03-28 16:15:09 -07:00
Noah Swartz
272a81b400 Merge pull request #4304 from certbot/package-guide
Improve packaging guide.
2017-03-27 08:53:26 -07:00
Jacob Hoffman-Andrews
2e102ec9f7 Review feedback. 2017-03-25 11:39:19 -07:00
Osiris Inferi
b81f029614
Add Gentoo to list of official packages 2017-03-18 00:51:59 +01:00
Piotr Kasprzyk
fd789b4e4b Fix choose, remove spaces (#4364) 2017-03-17 14:11:52 -07:00
Jacob Hoffman-Andrews
b23a1377e0 Clarify documentation for low-memory machines. (#4305)
* Clarify documentation for low-memory machines.

* Restore py26/py27 requirement.
2017-03-17 13:17:08 -07:00
Jacob Hoffman-Andrews
672f206309 Improve plugin-writing docs. (#4329)
Move "Writing your own plugin" under Code components and layout, with the other
plugin docs.

Include instructions on how to install a plugin into a virtualenv and how to check
for its presence.

Document that users can install third-party plugins systemwide, but not with
certbot-auto.

Remove obsolete information from Authenticators section and make the section
more informative.

Remove IDisplay sub-section since it repeats information in the main "Plugin
architecture" section.
2017-03-17 13:13:45 -07:00
Brad Warren
da1459df0d use docker hub in install guide 2017-03-14 16:36:39 -07:00
Noah Swartz
25bda6177e Merge branch 'master' into docs-update-standalone-manual-plugins 2017-03-13 13:48:48 -07:00
Brad Warren
91f4b2b571 Improve macOS contributor instructions (#4327)
* remove instructions about removed Vagrantfile

* rewrite docker instructions

* say where docker-compose can be run

* give better intro for macOS devs

* prompt people for permission to install OS packages

* reword awkward sentence

* Change WORKDIR to /opt/certbot/src

This change is OK because all paths used in Dockerfile-dev are absolute paths.

* remove 'cd src' instructions for Dockerfile-dev

* Improve docker-compose testing instructions
2017-03-10 17:27:09 -08:00
陈三
6669b95a4e Updated the deprecated arguments (#4306) 2017-03-07 11:19:55 -08:00
Jacob Hoffman-Andrews
ee4e7c4f71 Improve packaging guide.
Correct tagging format.
Add request for random offsets for renewal.
Make all bulleted lists consistent.
Remove obsolete `letsencrypt` package for Fedora.
Remove discouraged letshelp-certbot package.
2017-03-06 18:36:37 -08:00
Brad Warren
4a2582dda4 Remove broken known issues link (#4294) 2017-03-06 17:31:28 -08:00
Shiloh Heurich
2862ade0b1 docs(ciphers): newer keylength.com recommendations (#4266) 2017-03-03 10:44:12 -08:00
Jacob Hoffman-Andrews
ea578870da ipdb can now be run without pip installing. (#4257) 2017-03-03 10:37:31 -08:00
yonjah
1507b6b731 Added documentation about renew exit status #Fixes #4090 (#4234)
* Added documentation about renew exit status #Fixes #4090

* recommend using post-hook instead of renew-hook
2017-03-03 08:34:30 -08:00
yomna
93908a33bc [#3451] small changes to the standalone documentation (#4247) 2017-03-02 17:28:45 -08:00
Erica Portnoy
5e671682ca Candidate 0.12.0 (#4286)
* Release 0.12.0

* Bump version to 0.13.0
2017-03-02 15:26:24 -08:00
Osiris Inferi
bb35126a2c
Deprecated standalone-preferred-challenges 2017-02-27 20:39:42 +01:00
Jacob Hoffman-Andrews
ebf5170d12 Update testing docs. (#4211)
Recommend faster-running commands with clearer output first, building up to
slow, noisy, `tox` last.

Remove outdated Boulder testing advice, and outdated Boulder testing scripts
(Vagrantfile, mac-bootstrap.sh, boulder-start.sh). Update Boulder testing
section.

Fill out "directory structure" section of contributing guide a little better.
2017-02-16 12:39:17 -08:00
Erica Portnoy
3b9db79fd3 Merge pull request #4092 from certbot/managing-docs
Add information about cert management to the docs
2017-02-10 17:41:13 -08:00
Erica Portnoy
b316a13f22 oxford comma 2017-02-09 14:40:02 -08:00
Erica Portnoy
08a546fa8d remove trailing whitespace 2017-02-09 14:38:38 -08:00
Erica Portnoy
8b5c87f983 revert factual errors 2017-02-09 13:13:33 -08:00
Erica Portnoy
92816275a6 plaintextify 2017-02-09 12:59:06 -08:00
Brad Warren
99818bc6b7 Release 0.11.1
(cherry picked from commit 426a804561)
2017-02-01 20:56:23 -08:00
Brad Warren
30bc68ccde
Release 0.11.0 2017-02-01 09:50:42 -08:00
Josh Soref
6a39a42f45 Spelling (#4101)
* spelling: action

* spelling: artifacts

* spelling: asymmetric

* spelling: attempts

* spelling: bizarre

* spelling: certbot

* spelling: certificate

* spelling: certainly

* spelling: challenge

* spelling: client

* spelling: collated

* spelling: correct

* spelling: considered

* spelling: custom

* spelling: distinguish

* spelling: encoding

* spelling: enhancement

* spelling: equivalent

* spelling: execution

* spelling: existence

* spelling: failed

* spelling: handshake

* spelling: hyphen

* spelling: initialized

* spelling: initialization

* spelling: interpretation

* spelling: letsencrypt

* spelling: multiline

* spelling: multipart

* spelling: necessary

* spelling: otherwise

* spelling: output

* spelling: overridden

* spelling: positives

* spelling: preferable

* spelling: progress

* spelling: recommended

* spelling: referring

* spelling: relativity

* spelling: request

* spelling: requiring

* spelling: separate

* spelling: source

* spelling: specified

* spelling: standard

* spelling: successfully

* spelling: unparseable

* spelling: useful
2017-01-26 16:21:54 -08:00
Peter Conrad
bf7ce31302 Restructuring and editing using.rst to incorporate new command docs better. 2017-01-26 15:53:48 -08:00
Brad Warren
4e297b0248 Release 0.10.2 (#4120)
* Release 0.10.2

(cherry picked from commit 535b04be23)

* Bump version to 0.11.0

(cherry picked from commit 01f84df0641a98bb57b4b7be7980c3c1afe375d5)
2017-01-26 12:03:12 -08:00
Erica Portnoy
a1702e766d Add information about cert management to the docs 2017-01-20 11:35:40 -08:00
Peter Eckersley
169b30aa90 Fix reference to letsencrypt-auto (#4085) 2017-01-19 13:50:07 -08:00
Brad Warren
bb669528b3 Remove old references to pep8 in our code (#4073) 2017-01-19 11:21:25 -08:00
Noah Swartz
fdaae6b005 Merge pull request #4042 from pconrad-fb/master
"Polishing" pass over using.rst
2017-01-17 18:03:38 -08:00
Juho Juopperi
2797a0377d Fix misspelling "recieved" (#4059) 2017-01-17 13:43:43 -08:00
Brad Warren
7f3109f185 Candidate 0.10.1 to master (#4057)
* Release 0.10.1

(cherry picked from commit 0ead110658)

* Bump version to 0.11.0

(cherry picked from commit 5052c64dc9d790b8bd5ef3cf19b9ed3727cfc21f)
2017-01-13 17:15:50 -08:00
Peter Conrad
ad65b6317d Edits to using.rst 2017-01-12 17:27:59 -08:00
Brad Warren
364a6d8a2d Release 0.10.0 (#4022)
* Release 0.10.0

* Bump version to 0.11.0
2017-01-11 12:01:33 -08:00
Guillaume Boudreau
c1e106baf9 Added Heroku to the list of third-party plugins (#4020) 2017-01-11 09:58:47 -08:00
Lipis
bba5d7d950 Rename OS X -> macOS (#3965)
* Rename OS X -> macOS

* Revert *-auto
2017-01-10 12:24:15 -08:00
Noah Swartz
30acc5cf47 added basic manual instructions (#3975)
* added basic manual instructions

* take peter's edits
2017-01-09 19:01:15 -08:00
Nick Fong
b0e4054b53 Add information on updating [certbot|letsencrypt]-auto (#3983)
* Add information on updating [certbot|letsencrypt]-auto

See #3703

* Add more information about when [le|cb]-auto is updated
2017-01-07 16:45:44 -08:00
Erica Portnoy
3b233df2b1 Update docs/contributing.rst to match display behavior during release. (#3674) 2017-01-04 14:42:52 -05:00
Spencer Bliven
1946af289f Minor typo fix (#3966) 2017-01-03 12:09:37 -05:00
Tan Jay Jun
44d5886429 Add missing comma to documentation for 'renew' subcommand (#3945) 2016-12-21 14:21:52 -08:00
Lior Sabag
acc501d3a1 Fix typo (#3932) 2016-12-19 12:49:27 -08:00
Maarten
dc81c291b4 Change link of haproxy plugin to new version (#3904)
Greenhost has rewritten their HAProxy plugin and it's hosted on a different location. The original URL also points to this new location: https://code.greenhost.net/open/letsencrypt-haproxy
2016-12-13 13:13:55 -08:00
Timothy Guan-tin Chien
3dbf5c9fcb certbot-auto: Print link to doc on debugging pip install error [revision requested] (#3473)
* certbot-auto: Print link to doc on debugging pip install error

Also, update the doc to teach the user to workaround problem on a low
memory system.

* Correct formatting

* grep the PIP_OUT and print useful info if the problem is about memory allocation

* Fix logic on string to grep
2016-12-05 18:49:38 -08:00
Peter Eckersley
0956e61c7c Remove the sphinxcontrib.programout [docs]dependency (#3830)
- By making a static text file at release time, and including that
   instead.
2016-11-30 10:47:10 -08:00
Henri Salo
9aef15d09e Fix typo (#3790) 2016-11-14 10:58:14 -08:00
Martey Dodoo
a7bfefc6d0 Change all "cerbot" references to "certbot" (#3770) 2016-11-08 11:09:20 -08:00
Brad Warren
d197b5aa05 Fix OS Documentation (#3747)
* Update various package names in using.rst from "letsencrypt" to "certbot"

* Update using.rst

Change package name
2016-11-07 14:53:15 -08:00
Brad Warren
2564fb785b I restructured Installation and Using a bit (#3725)
* Fixing a weird out-of-place paragraph in the Getting Certbot section

* De-duping and clarifying installation information, separating it from Using.

* Responding to feedback at https://github.com/certbot/certbot/pull/3675#pullrequestreview-5757007
2016-11-01 14:25:26 -07:00
Brad Warren
6ad08f4f64 Fix link to Docker's user guide (#3651)
* Fix link to Docker's user guide

* Update link to the Docker installation guide
2016-10-25 18:51:01 -07:00
Patrick Figel
1dafaec5a9 Update CLI usage docs for --csr (#3677)
With #2403 and #3046, certbot gained the ability to parse CSRs
encoded as PEM and without a SAN extension. Update the CLI usage
docs to reflect this change.
2016-10-25 13:56:38 -07:00
benbankes
b9adb7cbaf Fix typo (#3659) 2016-10-19 08:53:46 -07:00
Brad Warren
82ac89b850 Release 0.9.3 Option 2 (see #3634) (#3635)
* Release 0.9.3

(cherry picked from commit ce4e00569e)

* Bump version to 0.10.0

(cherry picked from commit 5234172b81)
2016-10-15 10:10:01 -07:00
Peter Conrad
747a17d1fa Fixing a weird out-of-place paragraph in the Getting Certbot section (#3624) 2016-10-13 16:13:17 -07:00
Jacob Hoffman-Andrews
2415092a78 Update Where Are My Certs section. (#3419)
* Update Where Are My Certs section.

This combines the `cert.pem` and `chain.pem` sections into a single paragraph,
making it clearer that they are closely connected. It also adds text indicating
that they are less common and moves them below the section for `fullchain.pem`.

* Update "Getting Help" section.

* Add link to document missing intermediate.

* Remove incorrect line about ordering.

Also remove "(as the filename suggests)," and clarify file ordering in the
fullchain.pem section.
2016-10-10 18:36:58 -07:00
Peter Eckersley
d755db4702 Document the Nginx plugin release (#3588)
* Document the Nginx plugin release

* Tweak

* Remove mrueg nginx instructions for now?

* Shipped -> included

* keep order of plugin descriptions consistent with the table
2016-10-07 00:18:05 -07:00
Brad Warren
ff57c71802 Release 0.9.1 (#3595)
* fix requirements.txt surgery in response to shipping certbot-nginx (#3585)

* Make --quiet reduce the logging level (#3593)

* reduce logging level and ignore verbose flags in quiet mode

* Simplify setup_logging parameters

The extra parameters were there in the past when the letsencrypt-renewer was a
separate executable that also used this function. This is cruft that can be
removed.

* Add basic tests for setup_logging

* Release 0.9.1

* Bump version to 0.10.0
2016-10-06 16:58:50 -07:00
Brad Warren
76a92d4cde Release Certbot 0.9.0 (#3583)
* Release 0.9.0

* Bump version to 0.10.0
2016-10-05 10:13:28 -07:00
Peter Eckersley
1584ee8ac6 Merge pull request #3466 from certbot/all-together-now
DNS challenge support in the manual plugin and general purpose --preferred-challenges flag
2016-09-22 14:15:25 -07:00
Peter Eckersley
107a3e6aa9 Allow & document --preferred-challenges dns,http 2016-09-21 16:17:31 -07:00
Peter Eckersley
6c066ef10c Better section link 2016-09-21 15:24:15 -07:00
Peter Eckersley
9219617b0c Nicer table formatting 2016-09-21 15:20:06 -07:00
Peter Eckersley
a18a8f051d Improve documentation for --preferred-challenges 2016-09-21 15:01:01 -07:00
Brad Warren
122e05a2ff Remove duplication in resources.rst 2016-08-24 14:37:47 -07:00
Jeroen Pluimers
5500004dd6 Fix the links for #3416 and align README.rst & docs/resources.rst
Fix the links for #3416 and align content of in README.rst and docs/resources.rst so it's easier to later de-dupe

(I've not done this now as in README.rst does too much tag: fiddling and I'm not sure how that will work out if the fiddling is not aware of .. include::.
2016-08-18 10:38:47 +02:00
Noah Swartz
44cf40472e add allow subset 2016-08-17 15:43:35 -07:00
Noah Swartz
0c0603b9ea copy peter's OS update below 2016-08-17 14:58:14 -07:00
Noah Swartz
c946589dab fix merge 2016-08-17 14:55:30 -07:00
Peter Eckersley
015d103f8d Unbreak using.html#plugins links
Fixes: #3422
2016-08-16 18:46:19 -07:00
Peter
3036419975 Fixing merge conflicts. 2016-08-11 15:14:08 -07:00
Noah Swartz
65605f7373 fix merge conflict 2016-08-10 13:19:47 -07:00
Peter Eckersley
262eb778fe Update Apache plugin supported OSes 2016-08-08 15:29:23 -07:00
Jacob Hoffman-Andrews
e49a41be34 Change "hacking" to "getting started" in the docs 2016-08-08 12:17:42 -07:00
Brad Warren
c6eeb6cec8 Merge pull request #3294 from certbot/docs-structure
New docs structure and introduction
2016-07-29 13:52:14 -07:00
Peter
9ebda1879c Restructured installation docs. Mainly put everything together in a sensible order in using.rst and pointed to it from README.rst. 2016-07-28 15:43:57 -07:00
Brad Warren
a0efc2c27c Convert ciphers.rst markdown to rst 2016-07-25 13:13:54 -07:00
Brad Warren
6830bb01f8 Change ciphersuite link from wiki to rst file 2016-07-25 13:01:47 -07:00
Brad Warren
7a0d4d48a0 Remove broken known issues link 2016-07-25 12:54:14 -07:00
Brad Warren
fb399a844b Fix Feedback link 2016-07-25 12:51:33 -07:00
Brad Warren
68e09aad0f Merge pull request #2952 from certbot/wiki-migration
Wiki migration
2016-07-21 15:31:14 -07:00
Noah Swartz
4a7a9b7d5d remove webhosting, fold ciphersuite 2016-07-21 08:53:10 -07:00
Brad Warren
0c68a8cd6e Fix broken links 2016-07-20 15:19:21 -07:00
Brad Warren
6c07f39093 Merge branch 'master' into docs-structure 2016-07-20 15:14:42 -07:00
Brad Warren
4eb9ea7b72 Remove current_features.rst 2016-07-20 15:02:10 -07:00
Brad Warren
b919859181 Include README for current_features in using.rst. 2016-07-20 15:01:55 -07:00
Brad Warren
642d67b3eb Remove intro_common.rst 2016-07-20 15:00:33 -07:00
Brad Warren
e671444344 Make intro.rst include README 2016-07-20 14:59:50 -07:00
Peter
69d3e56f1b Final quick fixes in response to Brad's comments at https://github.com/certbot/certbot/pull/3258 2016-07-15 16:43:41 -07:00
Peter
640bb88d4f Fixes in response to Brad's comments at https://github.com/certbot/certbot/pull/3258 2016-07-15 14:56:03 -07:00
Brad Warren
37c8abf1e5 Fix interactive guide link 2016-07-15 09:36:44 -07:00
Brad Warren
8be5849a9e Flip README and intro 2016-07-15 09:35:42 -07:00
Brad Warren
fd308f8ce1 Make current features a subsection 2016-07-15 09:34:12 -07:00
Jason Grinblat
7b029afb10 Adds new introduction and refactors the old introduction 2016-07-14 16:11:01 -07:00
Noah Swartz
6367641992 add other files, brads comments 2016-07-14 15:28:18 -07:00
Brad Warren
129f78a7f5 Add resources page 2016-07-14 15:11:39 -07:00
Brad Warren
26ac17a4a1 Add quick install page 2016-07-14 15:07:32 -07:00
Brad Warren
9fe6836c01 remove coupling between README and docs introduction 2016-07-14 15:05:41 -07:00
Noah Swartz
7b3144c168 brads comments 2016-07-14 11:53:36 -07:00
Noah Swartz
19f6b79bcc fix merge 2016-07-14 11:36:04 -07:00
Peter
c92a1cd182 Clarifications to Docker, certbot-auto content reflecting first three questions in my comment https://github.com/certbot/certbot/pull/3232#issuecomment-231154320 2016-07-07 17:24:58 -07:00
Brad Warren
2cd4f6f008 update FreeBSD package name 2016-07-05 14:14:31 -07:00
Noah Swartz
f391570566 seth and noah updated some confusing things 2016-06-30 19:01:02 -07:00
Brad Warren
a70cf6fcf8 Use correct port name 2016-06-29 15:22:19 -07:00
Viktor Szakats
3178a9f0f3 cli-help: fix spelling 2016-06-24 00:24:53 +02:00
bmw
950710bdce Merge pull request #3042 from TheNavigat/envlist
Limiting tox envlist to really needed tests
2016-06-17 12:37:17 -07:00
Amjad Mashaal
31d9fc7d86 Adding --skip-missing-interpreters to constributing.rst "Submitting a pull request" section 2016-06-17 04:13:44 +02:00
bmw
a95d2cf061 Merge pull request #3018 from mgedmin/patch-2
Remove dangling footnote
2016-06-16 16:38:51 -07:00
Brad Warren
4158656058
Release 0.8.1 2016-06-14 16:56:16 -07:00
Peter Eckersley
311a2db6ba Merge pull request #3110 from certbot/candidate-0.8.0
Update files in response to 0.8.0 release
2016-06-08 12:01:09 -07:00
Noah Swartz
092173c608 fix broken link in contributing.rst (#3130) 2016-06-06 17:05:51 -07:00
Felix Yan
091b6a5cdb Update Arch instructions for the new package name 2016-06-02 23:02:49 -05:00
Brad Warren
dcadcf8d42
Release 0.8.0 2016-06-02 13:50:30 -07:00
Leo Famulari
33e905c147 docs: Fix generation of manpage certbot(1).
* docs/man/certbot.rst: Fix path to resource file.
2016-05-31 20:37:05 -04:00
Amjad Mashaal
4a8f71277c Limiting tox envlist to really needed tests 2016-05-28 02:03:51 +02:00
Peter Eckersley
61e0e3cc83 Merge pull request #3073 from cowlicks/rename-le-util
Rename certbot.le_util to certbot.util
2016-05-27 14:37:36 -07:00
Brad Warren
46d8f6e18c
Release 0.7.0 2016-05-27 13:30:46 -07:00
Blake Griffith
b05258243a More le_util in docs and compatibility tests 2016-05-26 15:57:50 -05:00
Nick Le Mouton
fd899d2125 Fixing package names for Debian Jessie 2016-05-23 09:44:06 +12: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
Noah Swartz
4b1d9e0af2 Merge pull request #2986 from certbot/doc-cleanup
Doc cleanup
2016-05-16 20:14:02 -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
Peter Eckersley
e85b387e42 Move 3rd party plugins back below others 2016-05-13 13:21:49 -07:00
Peter Eckersley
f16104e3cb Lots of doc cleanups 2016-05-13 12:22:55 -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
Peter Eckersley
2dc983db49 STLSE is a prototype Postfix plugin
- it partially uses IInstaller
 - it will also support Exim in the future
2016-05-12 19:17:19 -07:00
Peter Eckersley
b905cb4481 Missing link 2016-05-12 19:09:59 -07:00
Peter Eckersley
5b058fd18f Import third party plugin list from the wiki
And clean up the confusing section about third party plugins
2016-05-12 19:06:09 -07:00
Noah Swartz
f53f4dd491 fix docs copyright 2016-05-12 09:30:45 -07:00
Noah Swartz
4e704eba01 fix merge conflict 2016-05-09 18:33:35 -07:00
Brad Warren
3ce47282ea Make --quiet suggestion stronger 2016-05-09 18:14:02 -07:00
Brad Warren
6fa7eb576b Use -n when using certonly 2016-05-09 18:11:36 -07:00
Noah Swartz
bbcde8cec1 seth changes 2016-05-09 15:27:17 -07:00
Noah Swartz
9ddabc3e9a fix docs conf 2016-05-09 15:17:14 -07:00
Brad Warren
555513940c Explain *-hook and -q in renewal documentation 2016-05-09 14:57:01 -07:00
Noah Swartz
c4c1fa3a26 switch size of subheadings 2016-05-09 14:48:28 -07:00
Noah Swartz
505b8854f6 break sections correctly 2016-05-09 14:46:37 -07:00
Noah Swartz
05131da32e make code blocks code blocks 2016-05-09 14:44:26 -07:00
Noah Swartz
ecbff9e60d migrate packaging info 2016-05-09 14:40:03 -07:00
Noah Swartz
e04e9286f6 fix merge 2016-05-09 12:35:10 -07:00
Jeremy Gillula
127ba71c43 Adding the fact that we actually have backports for Debian Jessie to the docs 2016-05-05 11:17:47 -07:00
Jeremy Gillula
f3172bcfee Changing some "will happen"s to "hopefully will happen"s 2016-05-05 08:55:49 -07:00
Noah Swartz
d9f36df96f contribute back changes from website 2016-05-04 16:02:48 -07:00
Noah Swartz
891b186856 changed wiki refs, added some words 2016-05-03 17:04:30 -07:00
Noah Swartz
8f6c289e78 incorperate jsha's comments 2016-05-02 13:59:42 -07:00
Noah Swartz
d803fb9d2a fix /etc/ and 3p 2016-04-21 15:42:02 -07:00
Noah Swartz
2f81a8963e move github refs back to LE 2016-04-21 15:18:27 -07:00
Noah Swartz
2646ad4262 edit contributing.rst 2016-04-18 15:08:16 -07:00
Noah Swartz
b284d54c77 reslove certbot name change 2016-04-18 14:56:02 -07:00
Brad Warren
a64d8b7e00 Update contributing instructions 2016-04-14 15:16:48 -07:00
Brad Warren
39763bc69f Stray Let's Encrypt 2016-04-14 13:45:36 -07:00
Brad Warren
6daa2dd042 Doc checkup 2016-04-14 13:44:12 -07:00
Noah Swartz
e2af5ab9b4 updated docs with s/letsencrypt/certbot/g and more 2016-04-01 16:42:44 -07:00
Gregor Dschung
1205b40411 Revise the concatenation order for fullchain.pem 2016-03-27 10:54:41 +02:00
Peter Eckersley
1bf6b90c25 Merge branch 'doc_using_format' into plugin-doc2 2016-03-10 14:29:48 -08:00
Wang Yu
14f595d48e webroot configuration text--fix format 2016-03-10 19:28:08 +01:00
Peter Eckersley
e203a6121c weird spacing fix 2016-03-09 18:38:03 -08:00
Peter Eckersley
bc46b84ea3 Merge remote-tracking branch 'origin/master' into plugin-doc 2016-03-09 18:33:01 -08:00
Peter Eckersley
6ba5f175ae Prevent example command from overflowing margins 2016-03-09 18:30:38 -08:00
Peter Eckersley
b9496733f6 Plugin doc cleanups 2016-03-09 15:29:14 -08:00
Jeroen Ketelaar
37ceca44a3 [CLEANUP] Inegration to Integration 2016-03-09 17:55:45 +01:00
Peter Eckersley
2f5cb49215 Document some known third-party plugins 2016-03-08 15:48:57 -08:00
Nikos Roussos
4ce926315d Add Fedora package installation on docs 2016-02-19 12:15:26 +02:00
Peter Eckersley
ceae505751 Merge pull request #2476 from moshevds/etc_hosts
Adding required /etc/hosts entries to .travis.yml and docs/contributing.rst
2016-02-16 16:15:32 -08:00
bmw
16719e4289 Merge pull request #2174 from TheNavigat/vagrantfile
Adding support for boulder integration testing to Vagrantfile
2016-02-16 10:36:40 -08:00
TheNavigat
89916e726c Adding required /etc/hosts entries to docs/contributing.rst 2016-02-15 17:31:47 +01:00
rugk
049c1fa114 Fix typo 2016-02-14 14:47:21 +01:00
Peter Eckersley
099492132b Merge pull request #2452 from letsencrypt/use-reserved-examples
Use reserved examples
2016-02-12 15:46:26 -08:00
TheNavigat
037cc4e150 Adding running boulder-start.sh on boot 2016-02-12 13:47:50 +02:00
freezy
c80535b2df Fixed typo in Webroot section 2016-02-12 09:49:17 +01:00
Brad Warren
ef21220bc5 Merge branch 'renewal-docs' 2016-02-11 18:19:39 -08:00
Seth Schoen
73b81a35c2 More documentation edits; prioritize webroot over standalone 2016-02-11 17:57:46 -08:00
Erik Rose
28ac61f37e Merge Gentoo fixes: docs, recording of deps in world set. 2016-02-11 19:10:13 -05:00
Brad Warren
52eee4fbfb Use example domains in using.rst 2016-02-11 15:45:26 -08:00
Seth Schoen
180117facb Some preliminary documentation updates to mention renew verb 2016-02-10 22:13:27 -08:00
bmw
636daa648a Merge pull request #2388 from letsencrypt/issue_2347
Ensure that command line arguments still work with `renew`
2016-02-10 12:42:12 -08:00
Peter Eckersley
64600ff61c Place a signpost about default detection for plugin args 2016-02-09 17:52:30 -08:00
Seth Schoen
a4eccafa9e Merge remote-tracking branch 'origin/master' into force_renewal_option
Conflicts:
	letsencrypt/cli.py

Mention --force-renew instead of --renew-by-default in docs/using.rst.
2016-02-09 16:07:36 -08:00
Erik Rose
505e66b57c Move the venv setup scripts to the tools folder.
They were the last things left in the bootstrap folder, and they were lonely.
2016-02-05 18:31:41 -05:00
Erik Rose
192c3faf7e Make the new letsencrypt-auto script the main one.
Remove the old bootstrap scripts, which have been subsumed into letsencrypt-auto-source/pieces/bootstrappers. They no longer need to be dispatched among manually: everyone can just run letsencrypt-auto --os-packages-only, regardless of OS.

Make the root-level le-auto a symlink to the canonical version. It should thus still work for people running le-auto from a git checkout.
2016-02-05 15:28:11 -05:00
Brad Warren
d4222ea6b6 Remove renewer docs 2016-02-03 14:54:45 -08:00
Prayag Verma
ea9478ebc1 Fix typo in docs/ciphers.rst
Remove extra `as`
2016-02-02 11:23:15 +05:30
osirisinferi
15f4929468 Update and expansion of Gentoo documentation 2016-01-25 22:23:30 +01:00
Peter Eckersley
2f29c66167 Merge pull request #2232 from TheNavigat/golangcontributing
Refining contributing.rst
2016-01-25 10:20:07 -08:00
TheNavigat
b5af4264bc Adding instructions on how to install Go 1.5.3 on Linux 2016-01-23 04:14:23 +02:00
Alex Gaynor
4c8f5fff8c Fixed formatting of code blocks 2016-01-21 11:37:32 -05:00
Brad Warren
bccb2124bc Fix paths in contributing.rst 2016-01-13 14:05:19 -08:00
Erik Rose
ed562645e0 Master master into letsencrypt-auto-release so Travis will build it. 2016-01-11 21:45:16 -05:00
Peter Eckersley
684ff01124 Merge pull request #2094 from twstrike/enforce-required-fields
Warn the user when --chain-path or --fullchain-path are missing but are required [minor revision requested]
2016-01-09 10:55:33 -08:00
Peter Eckersley
00e0355eb7 Merge pull request #2104 from benubois/patch-1
Document webroot request path.
2016-01-09 10:54:25 -08:00
Erik Rose
f2586fbc11 Merge master in so Travis will test this PR. 2016-01-08 17:08:30 -05:00
bmw
e8705720be Merge pull request #1593 from TheNavigat/read-the-docs-python
Adding Python 2.6+ note to docs
2016-01-08 16:33:32 -05:00
osirisinferi
aba11814cb Add Gentoo documentation 2016-01-08 13:47:55 +01:00
Ben Ubois
9dc4af5cee Document webroot request path.
It's handy to know the implementation details of the webroot plugin so that a server can be configured to properly the ACME challenge files.
2016-01-06 12:10:21 -08:00
Erik Rose
cad4e98003 Merge in master to get up to date.
Bootstrap scripts and letsencrypt-auto itself required some merge work.
2016-01-05 17:29:52 -05:00
Fan Jiang
0b9f505ed5 update document for --chain-path when required by Nginx >= 1.3.7 2016-01-05 14:49:15 -05:00
Peter Eckersley
b6531afb8d Merge pull request #1992 from letsencrypt/apache-conf-test
Apache conf tests in travis
2016-01-02 17:49:38 -08:00
TheNavigat
f5a0268f17 Adding Python 2.6/2.7 note to the docs 2015-12-25 20:09:42 +02:00
Peter Eckersley
3dc3df4b34 Document the inclusion of apacheconftest in tox 2015-12-23 10:58:28 -08:00
Ward Vandewege
483ab16f57 fix typo in using.rst 2015-12-18 20:34:35 -05:00
Brad Warren
accbe779d5 Merge branch 'openbsd' 2015-12-18 11:31:24 -08:00
bmw
353ae045e8 Revert "Revert "Add staging server hint to avoid rate limit issues"" 2015-12-15 17:15:37 -08:00
Antoine Jacoutot
9beb855618 Mention that OpenBSD has a native letsencrypt package now. 2015-12-14 13:57:52 +01:00
Harlan Lieberman-Berg
faa7946a3a Update Debian using instructions. 2015-12-13 18:14:12 -05:00
Alcaro
fe6e9be6a2 Update reference to deprecated directives
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile

> SSLCertificateChainFile became obsolete with version 2.4.8, when SSLCertificateFile was extended to also load intermediate CA certificates from the server certificate file.
2015-12-09 22:04:29 +01:00
schoen
597ac43ec3 Merge pull request #1709 from lord63-forks/fix-typo
Fix typo in README.rst and docs/using.rst
2015-12-07 15:27:00 -08:00
Devin Howard
f2a93e00ea Mention the --renew-by-default flag
I was going crazy looking for this flag - I think it's worth a mention in the Renewal section
2015-12-06 18:20:11 +08:00
lord63
3a4d36e062 Fix typo in README.rst and docs/using.rst 2015-12-04 10:21:07 +08:00
Erik Rose
ec9a498622 Move OS-package bootstrappers to a private folder.
They're now used only by the le-auto build process. The new public interface for OS-level bootstrapping is le-auto --os-packages-only, which dispatches by OS automatically. That obsoletes install-deps.sh as well, saving some repetition.

Also, switch to mustache-style templating to avoid colliding with shell variable references.

To optimize for the docker cache, we could later add a shim script that sources just deb_common.sh and calls its bootstrap function.
2015-12-02 11:12:57 -05:00
Erik Rose
4abe7ab93d Merge master in to get up to date. 2015-12-02 00:53:09 -05:00
Erik Rose
e3ace6f84c Split large independent scripts off from the main body of the proof-of-concept script. Integrate the bits of the old le-auto script that are still useful.
This makes the script more readable and easier to work on. We'll stitch it together with a build process.

Also, stop passing the sudo command as an arg to the experimental bootstrappers. They will be inlined into the main script and can just reference $SUDO. As a result, stop recommending devs run the scripts manually, instead running le-auto --os-packages-only. This has the nice side effect of making dev documentation simpler.

Name the folder "letsencrypt_auto" rather than "letsencrypt-auto" because git yield endless pain when replacing a file with a dir. Perhaps we can change it with impunity in a latter commit.
2015-12-02 00:48:18 -05:00
Peter Eckersley
9d5500e7bb Plugin docs: Improve table, explain authenticators & installers 2015-11-25 15:30:16 -08:00
Peter Eckersley
cc29037b67 Document debian experimental packages 2015-11-25 13:20:41 -08:00
Peter Eckersley
d4542d607e Update plugin docs, especially webroot for -w 2015-11-25 12:59:16 -08:00
Peter Eckersley
34a1d17ef1 Keep installation instructions simple and on-point
- Avoid a giant red box telling people to not do something they wouldn't have
   thought of (if they are thinking of it, maybe we need to improve our Github
   landing experience)?

 - Move the discussion of non-recommended installation methods after all the
   other docs people need to read
2015-11-24 18:19:52 -08:00
Peter Eckersley
3256916e87 Merge pull request #1551 from letsencrypt/arch
Don't install all LE packages on Arch
2015-11-24 15:59:03 -08:00
Brad Warren
a1cf435790 Revert "Remove references to --manual and --webroot"
This reverts commit 02562c75a3.
2015-11-23 19:28:36 -05:00
Brad Warren
02562c75a3 Remove references to --manual and --webroot 2015-11-19 14:57:31 -08:00
Brad Warren
87a5fef90c Install letsencrypt-apache 2015-11-19 14:52:45 -08:00
Stefan Weil
d564b8ff8e Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-18 22:41:39 +01:00
Peter Eckersley
c3e1f1cf65 Merge pull request #1544 from letsencrypt/narrative
Plugin documentation (fixes #1137)
2015-11-18 11:27:11 -08:00
Jonas Berlin
f874ae18c2 Update using.rst
Advertise the `--help all` command more aggressively
2015-11-18 15:10:00 +02:00
Brad Warren
0ae1f30532 Don't install all Arch packages 2015-11-17 18:01:20 -08:00
Brad Warren
369321f90d Specify flags and certonly 2015-11-17 17:55:20 -08:00
Brad Warren
c82e8691d3 Condense table and fixes #1445 2015-11-17 15:15:29 -08:00
Brad Warren
c2d0acbb31 Expanded plugin documentation 2015-11-17 15:02:07 -08:00
Peter Eckersley
f2651792ba Merge pull request #1241 from devnsec-com/pr7
Add documentation tell users to enable EPEL on RedHat/CentOS 6
2015-11-16 12:02:02 -08:00
Peter Eckersley
282ed6dd07 Merge pull request #1512 from felixonmars/arch-package
Include Arch Linux packages in User Guide
2015-11-16 09:32:52 -08:00
Felix Yan
b68caac675 Include Arch Linux packages in User Guide 2015-11-16 12:01:31 +08:00
Matt Bostock
b508815b08 Add missing 'a' before 'safe'
Add an 'a' before the word 'safe' so that the sentences about protecting `privkey.pem` makes sense.
2015-11-14 22:03:16 +00:00
Peter Eckersley
ca05b35a24 Merge pull request #1412 from kuba/pep8
pep8 love
2015-11-12 00:29:15 -08:00
Jakub Warmuz
d0a2b38457
pep8 for docs/conf.py 2015-11-07 19:36:08 +00:00