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

337 Commits

Author SHA1 Message Date
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
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
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