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

146 Commits

Author SHA1 Message Date
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
099492132b Merge pull request #2452 from letsencrypt/use-reserved-examples
Use reserved examples
2016-02-12 15:46:26 -08: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
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
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
osirisinferi
15f4929468 Update and expansion of Gentoo documentation 2016-01-25 22:23:30 +01: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
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
Fan Jiang
0b9f505ed5 update document for --chain-path when required by Nginx >= 1.3.7 2016-01-05 14:49:15 -05: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
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
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