ohemorange
5ecb68f2ed
Update instances of acme-staging url to acme-staging-v02 ( #5734 )
...
* update instances of acme-staging url to acme-staging-v02
* keep example client as v1
* keep deactivate script as v1
2018-03-16 15:24:55 -07:00
Spencer Eick
065e923bc9
Improve "cannot find cert of key directive" error ( #5525 ) ( #5679 )
...
- Fix code to log separate error messages when either SSLCertificateFile or SSLCertificateKeyFile -
directives are not found.
- Update the section in install.rst where the relevant error is referenced.
- Edit a docstring where 'cert' previously referred to certificate.
- Edit test_deploy_cert_invalid_vhost in the test suite to cover changes.
Fixes #5525 .
2018-03-14 12:59:13 -07:00
Brad Warren
9ea14d2e2b
Add docs about --server ( #5713 )
...
* Add docs about --server
* address review comments
* mention server in Docker docs
* correct server URL
* Use prod ACMEv2 example
2018-03-14 08:48:40 -07:00
Brad Warren
1d0e3b1bfa
Add documentation about DNS plugins and Docker ( #5710 )
...
* make binding port optional
* Add DNS docker docs
* add basic DNS plugin docs
* Add link to DNS plugin docs from Docker docs
* Shrink table size
2018-03-13 07:08:01 -07:00
Brad Warren
77fdb4d7d6
Release 0.22.0
2018-03-07 10:25:42 -08:00
Hugo
42638afc75
Drop support for EOL Python 2.6 and 3.3
...
* Drop support for EOL Python 2.6
* Use more helpful assertIn/NotIn instead of assertTrue/False
* Drop support for EOL Python 3.3
* Remove redundant Python 3.3 code
* Restore code for RHEL 6 and virtualenv for Py2.7
* Revert pipstrap.py to upstream
* Merge py26_packages and non_py26_packages into all_packages
* Revert changes to *-auto in root
* Update by calling letsencrypt-auto-source/build.py
* Revert permissions for pipstrap.py
2018-02-16 16:14:01 -08:00
Peter Eckersley
abc4a27613
[Docs] restore docs for ppl just using Certbot git master ( #5420 )
...
- Dev / test cycles are one use case for the "running a local copy of
the client" instructions, but simply running bleeding edge Certbot is
another
- So edit the docs to once again explain how to just run bleeding edge
Certbot, without (say) always getting staging certs.
2018-02-12 14:07:33 -08:00
schoen
a58c875b2a
Merge pull request #5526 from certbot/certificates
...
Use "certificate" instead of "cert" in docs.
2018-02-09 16:32:47 -08:00
Jacob Hoffman-Andrews
530a9590e6
Add sudo to certbot-auto instructions. ( #5501 )
2018-02-07 14:08:03 -08:00
Jacob Hoffman-Andrews
72b63ca5ac
Use "certificate" instead of "cert" in docs.
2018-02-01 13:14:43 -08:00
Brad Warren
43bbaadd11
Update certbot-auto and help ( #5487 )
...
* Release 0.21.1
(cherry picked from commit ff60d70e68 )
* Bump version to 0.22.0
2018-01-25 15:29:38 -08:00
Noah Swartz
a166396358
Merge pull request #5471 from certbot/issue_5449
...
add let's encrypt status to footer and fix link
2018-01-25 12:20:25 -08:00
Noah Swartz
c0068791ce
add let's encrypt status to footer and fix link
2018-01-24 13:56:40 -08:00
Brad Warren
bf695d048d
Release 0.21.0
2018-01-17 15:55:29 -08:00
Michael Coleman
5d0888809f
Remove slash from document root path in Webroot example ( #5293 )
...
It seems the document root path to the `--webroot-path`, `-w` option
can't have a trailing slash.
Here is an example of a user who followed this example and had their
certificate signing request error out.
https://superuser.com/questions/1273984/why-does-certbot-letsencrypt-recieve-a-403-forbidden
2017-12-07 15:53:47 -08:00
Brad Warren
f1554324da
Release 0.20.0
2017-12-06 14:46:55 -08:00
Peter Eckersley
cdd89998e3
Add nginx to these weird instructions ( #5243 )
...
These are probably made obsolete by the instruction generator, and they don't include Ubuntu...
2017-11-27 14:49:19 -08:00
Brad Warren
03cbe9dd86
Document --no-directory-hooks ( #5171 )
2017-10-11 08:16:48 -07:00
Brad Warren
1f258449a4
Release 0.19.0
2017-10-04 12:11:20 -07:00
Brad Warren
356471cdf6
Add hook directories ( #5151 )
...
* Add hook dir constants
* Add hook dir properties to configuration
* test hook dir properties
* reuse certbot.util.is_exe
* Add certbot.hooks.list_hooks
* test list_hooks
* Run pre-hooks in directory
* Run deploy-hooks in directory
* Run post-hooks in directory
* Refactor and update certbot/tests/hook_test.py
* Add integration tests for hook directories
* Have Certbot create hook directories.
* document renewal hook directories
* Add --no-directory-hooks
* Make minor note about locale independent sorting
2017-10-03 13:52:02 -07:00
Brad Warren
cad7d4c8ed
Update master to reflect 0.18.2 ( #5127 )
...
* Release 0.18.2
(cherry picked from commit d031c42b98 )
* Bump version to 0.19.0
2017-09-27 16:02:40 -07:00
Brad Warren
7d0a77ffcf
Release 0.18.1 ( #5093 )
...
* Release 0.18.1
(cherry picked from commit 8010822a0b )
* Bump version to 0.19.0
2017-09-14 17:32:45 -07:00
Brad Warren
756c44f7af
Release 0.18.0
2017-09-05 16:06:43 -07:00
Noah Swartz
c6bdad4ffb
mention that revoke doesn't effect rate limit ( #5070 )
...
fixes #2720
2017-09-01 07:57:07 -07:00
Ted Marynicz
133f636817
Update install.rst ( #5057 )
...
Minor typo fix in VE para
2017-08-28 11:59:08 -07:00
Noah Swartz
c33ee0e2df
add warnings and clarity to config documentation ( #4991 )
2017-08-21 12:30:04 -07:00
Nicolas Duchon
cd2e70e9cd
Redirect to zenhack/simp_le ( #5025 )
...
Kuba's simp_le has been unmaintained for more than a year and is starting to break.
zenhack's fork is actively maintained and available through PyPI.
2017-08-21 11:27:24 -07:00
Noah Swartz
f9ed53e698
Revocation reason ( #4987 )
...
* fix revocation reason help text
* add it to the docs
* move and expand revoke reason example
2017-08-07 17:13:27 -07:00
Brad Warren
912d235466
Release 0.17.0
2017-08-01 17:01:07 -07:00
Brad Warren
43bea2edb3
Explicitly advise against using easy_install.
2017-07-25 11:43:23 -07:00
Noah Swartz
447d3d867d
fix a few nits
2017-07-20 11:16:48 -07:00
Peter Conrad
df8b374916
Adding 'What Is a Certificate' section
...
- adding what.rst to index.rst
- Bigger link to instruction generator in intro.rst, some edits to what.rst in response to comments on What is a Certificate? section first draft #4370
- Responding to St_Ranger's comment on 4370
- Edits to using.rst related to --expand
- Initial edit pass through challenges.rst
- Edits to what.rst and challenges.rst to resolve #3664 and #4153
- Incorpoprating feedback from #4370
- Finally going after those last few comments before the restructuring of the plugin stuff (coming soon)
- Fixing --expand example in using.rst and adding to Apache/NGINX bullet in challenges.rst
2017-07-20 11:14:08 -07:00
Noah Swartz
278194fe6d
add log rotation info ( #4942 )
2017-07-18 15:50:23 -07:00
Noah Swartz
6090fe9651
Merge pull request #4899 from jonasbn/master
...
Added missing rst files as described in issue #4736
2017-07-14 18:47:31 -07:00
Noah Swartz
de1f9c4fe3
Merge pull request #4876 from tchollingsworth/combining-plugins-docs
...
docs: explain how to combine plugins
2017-07-14 18:42:06 -07:00
jonasbn
7ed2e91cc7
Removed null.rst as by request
2017-07-14 12:52:25 +02:00
Felix Yan
d0ecf739bd
Add new DNS authenticator plugins in 0.16 ( #4911 )
2017-07-07 07:46:09 -04:00
ohemorange
57e56cc97b
Candidate 0.16.0 ( #4908 )
...
* Release 0.16.0
* Bump version to 0.17.0
2017-07-06 15:57:11 -07:00
yomna
1f3b028398
Merge pull request #4895 from certbot/deploy-hook
...
Deploy hook
2017-07-06 15:56:55 -07:00
Brad Warren
c3c1609fa0
no more renew(al) hook(s)
2017-07-06 14:59:28 -04:00
Brad Warren
f314ea1d33
s/renew-hook/deploy-hook docs/using.rst
2017-07-06 10:30:29 -04:00
Felix Yan
6bb95c6596
Fix a typo: enviroment -> environment ( #4898 )
2017-07-05 12:59:23 -04:00
jonasbn
72c480ef18
Removed files with test in name after review comment from @ynasser
2017-07-04 23:52:24 +02:00
jonasbn
054873034c
Added missed rst file
2017-07-02 00:31:58 +02:00
jonasbn
d118acf524
Correction to module name
2017-07-02 00:16:15 +02:00
jonasbn
ec35828b9a
Added missing rst files after doing an inspection of the file structure
2017-07-02 00:12:16 +02:00
T.C. Hollingsworth
7d17919527
docs: remove errant parenthesis
2017-06-27 18:12:05 -07:00
T.C. Hollingsworth
33306de90b
docs: explain how to combine plugins
2017-06-26 18:57:20 -07:00
Noah Swartz
077aea5fb1
add documentation for lock file ( #4862 )
2017-06-21 14:23:19 -07:00
Alexandre de Verteuil
ed717d6bc4
tls-sni-01 with the manual plugin ( #4636 )
...
* Add TLS-SNI-01 support to Manual plugin
* Add environment variable CERTBOT_SNI_DOMAIN for manual-auth-hook
* Make AuthenticatorTest inherit from TempDirTestCase
* Add test_get_z_domain()
* Document CERTBOT_SNI_DOMAIN in docs/using.rst
2017-06-19 09:39:14 -07:00
Brad Warren
22ee81bdfd
fix sphinx build failures ( #4831 )
2017-06-15 14:57:06 -07:00
Felix Yan
aab097bf7f
Add DNS Authenticator plugins ( #4822 )
2017-06-12 07:41:50 -07:00
Brad Warren
9610320ee7
remove #certbot@OFTC from using.rst ( #4812 )
2017-06-09 11:57:31 -07:00
Felix Yan
228726597b
Update Arch package name for acme ( #4811 )
...
We have migrated to use Python 3 variant of acme, so let's list python-acme instead of the old python2-acme one.
2017-06-09 10:04:24 -07:00
Jacob Hoffman-Andrews
76ecb7035f
Remove "alpha" and "beta" qualifiers from docs. ( #4808 )
2017-06-09 08:35:04 -07:00
Brad Warren
74acd1ee5a
Release 0.15.0
2017-06-08 09:32:41 -07:00
Noah Swartz
e02245a59f
Merge pull request #4560 from certbot/issue_4519
...
update cert to certificate
2017-05-31 13:48:43 -07:00
Andrew Ittner
ed23290232
Clean up Sphinx errors ( #4706 )
...
Also minor copyedits, suppress unhelpful errors, mark files that should
*not* be in the TOC as hidden.
2017-05-26 20:57:14 -07:00
Brad Warren
7fde26a7b4
Merge branch 'master' into issue_4519
2017-05-26 15:56:26 -07:00
Noah Swartz
52b5f5a177
undo changes to cli-help
2017-05-26 14:51:22 -07:00
Brad Warren
346659c47f
Release 0.14.2 ( #4742 )
...
* Release 0.14.2
(cherry picked from commit d9a2612d21 )
* Bump version to 0.15.0
2017-05-26 10:21:21 -07:00
Noah Swartz
7edb877ae8
merge with latest master
2017-05-24 12:32:06 -07:00
Zach Shepherd
7da5381968
Common code for Lexicon-based DNS authenticators ( #4583 )
...
Introduce abstract classes to provide base functionality for Lexicon-based DNS Authenticator plugins and corresponding test cases.
2017-05-18 14:05:47 -07:00
Brad Warren
04759095c2
Fix example links ( #4678 )
...
* fix example links
* use single backticks not double
2017-05-18 08:15:00 -07:00
Brad Warren
05c31a47cb
Make 0.14.1 release changes in master ( #4675 )
...
* Release 0.14.1
(cherry picked from commit 78e3bd6e8c )
* Bump version to 0.15.0
2017-05-16 14:34:01 -07:00
Zach Shepherd
db6defe614
Cloudflare DNS Authenticator
...
Implement an Authenticator which can fulfill a dns-01 challenge using the
Cloudflare API. Applicable only for domains using Cloudflare for DNS.
Testing Done:
* `tox -e py27`
* `tox -e lint`
* Manual testing:
* Used `certbot certonly --dns-cloudflare -d`, specifying a
credentials file as a command line argument. Verified that a
certificate was successfully obtained without user interaction.
* Used `certbot certonly --dns-cloudflare -d`, without specifying a
credentials file as a command line argument. Verified that the user
was prompted and that a certificate was successfully obtained.
* Used `certbot certonly -d`. Verified that the user was prompted for
a credentials file after selecting cloudflare interactively and
that a certificate was successfully obtained.
* Used `certbot renew --force-renewal`. Verified that certificates
were renewed without user interaction.
* Negative testing:
* Path to non-existent credentials file.
* Credentials file with unsafe permissions (644).
* Credentials file missing e-mail address.
* Credentials file with blank API key.
* Credentials file with incorrect e-mail address.
* Credentials file with malformed API key.
* Credentials file with invalid API key.
* Domain name not registered to Cloudflare account.
2017-05-10 15:26:51 -07:00
Brad Warren
4be7efbf74
Release 0.14.0
2017-05-04 16:52:13 -07:00
Benjamin Qin
4ca702f6fb
Update doc using.rst to correct a sample script ( #4582 )
...
'More information about renewal....' should not be part of the code block.
2017-05-01 09:43:07 -07:00
Brad Warren
8fa12bef8e
Tell the world we're Python 3 compatible ( #4568 )
...
* Mention python 3 support in setup.py
* Build universal (py2 and py3 compatible) wheels
* Mention Python 3.3+ support in docs
* we work on python 3.6 too
2017-04-28 16:06:45 -07:00
Noah Swartz
2f2f00147d
rebuild cli-help.txt
2017-04-28 15:33:10 -07:00
Noah Swartz
a701419ce9
update cert to certificate
2017-04-27 14:53:30 -07:00
Noah Swartz
b079d0da2f
Merge pull request #4542 from certbot/dnstypo
...
fix the word plugin
2017-04-24 13:10:48 -07:00
Kubilay Kocak
419c541b18
Update FreeBSD package entries ( #4538 )
...
Add port/package URL for py-acme
Use Freshports URL's instead of SVNWeb (repository) links as they provide (binary) package installation installation as well as further port/package information such as vulnerabilities, revision history and bug reports for each port respectively.
2017-04-24 11:58:00 -07:00
Noah Swartz
c6da818d93
fix the word plugin
2017-04-24 11:54:20 -07:00
Seth Schoen
5b6c3c2c29
Attempt to document challenge types
2017-04-14 16:01:55 -07:00
Noah Swartz
227743b7e4
Merge pull request #4459 from St-Ranger/patch-1
...
Improved info for FreeBSD
2017-04-14 11:46:08 -07:00
St-Ranger
d11443ac05
Missing word is inserted.
2017-04-13 20:36:32 -05:00
Noah Swartz
8fea513dec
Merge pull request #4455 from zjs/topic/zjs/developer-guide
...
Documentation improvements for plugin developers
2017-04-13 16:54:51 -07:00
Noah Swartz
1ff117e2ec
Merge pull request #4458 from truist/patch-1
...
Sort OS-with-packages list and add NetBSD
2017-04-13 16:31:03 -07:00
Noah Swartz
3381cc10ec
fix 3664 ( #4495 )
2017-04-13 11:57:14 -07:00
John Morrissey
fef3262759
add example of --renew-hook envvar values and hook script ( #3502 )
2017-04-13 11:00:32 -04:00
Noah Swartz
07273e5d7e
Merge pull request #4432 from certbot/contributing-common
...
Document tests/integration/_common.sh.
2017-04-10 19:15:18 -07:00
Alex Jordan
dfd4d0c10e
Document hook error handling ( #4418 )
...
* Document hook error handling
* Clarify wording around hook failure exit codes
2017-04-07 10:16:59 -07:00
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