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

93 Commits

Author SHA1 Message Date
Peter Eckersley
fc8af6b341 Merge pull request #1382 from koobs/patch-1
Add FreeBSD port/package to documentation (Usage)
2015-11-06 16:00:17 -08:00
Kubilay Kocak
d054d05ea9 Add FreeBSD port/package to documentation
* Rename Distro's to Operating Systems
* Add instructions for FreeBSD port and package installation
2015-11-06 19:54:50 +11:00
Jim Tittsler
d67d04ecd7 Fix typo. 2015-11-06 16:47:38 +09:00
bmw
15fa5af934 Merge pull request #1271 from kuba/http-01
http-01
2015-11-02 16:53:40 -08:00
Jakub Warmuz
44adeadf1b Merge remote-tracking branch 'github/letsencrypt/master' into http-01 2015-11-01 11:09:59 +00:00
Jakub Warmuz
ea3611afe6 http-01 for standalone 2015-11-01 11:01:22 +00:00
poly
c529f742f2 added email reminder documentation 2015-11-01 08:46:34 +04:00
Martin Brugger
3c2ea0c878 Only works for me with port 80 and 443 forwarded
For the docker client to work correctly I needed to forward both ports 443 and 80. I will take a closer look on how this is supposed to work.
2015-10-31 20:09:04 +01:00
Jakub Warmuz
20ae2debe4 Docs: --a -> -a (fixes #1217) 2015-10-30 20:50:55 +00:00
Steve Desmond
40706e2947 add "--" to CLI arg for consistency 2015-10-30 14:52:36 -04:00
venyii
f2cb43762d Remove duplicated 'that' in the Plugins section 2015-10-27 18:38:28 +01:00
Brad Warren
9b94d1c5a4 Merge branch 'typo' 2015-10-26 17:31:42 -07:00
Daniel Albers
2cb3d494b6 Fix typos 2015-10-26 22:54:54 +01:00
Jakub Warmuz
bbea646078 docs: better apache desc + move to 2nd place 2015-10-26 19:00:06 +00:00
Jakub Warmuz
ca777a300f Comparison of different installation methods 2015-10-26 18:58:16 +00:00
Jakub Warmuz
c43825fd35 Explain Docker limitations (fixes #1000). 2015-10-25 12:35:26 +00:00
Jakub Warmuz
38036b758c Add basic docs on renewal (fixes #951). 2015-10-25 12:15:22 +00:00
Jakub Warmuz
ce4452d65b Add "Where are my certificates?" to docs (fixes #608). 2015-10-25 11:32:29 +00:00
Jakub Warmuz
d456771698 Fix typos 2015-10-25 11:01:20 +00:00
Jakub Warmuz
a2d5527c5a *the* X Guide 2015-10-25 10:28:55 +00:00
Jakub Warmuz
6b69095c8b Move footnotes to the bottom 2015-10-25 10:27:09 +00:00
Jakub Warmuz
ae9e5f7fff Revert to {using,contributing}.rst 2015-10-25 10:14:40 +00:00
Jakub Warmuz
cf26d014cd {dev,user,packaging}.rst rename 2015-10-24 20:28:41 +00:00
Jakub Warmuz
0233f2e9ac docs headers: User/Developer/Packaging Guide 2015-10-24 20:28:41 +00:00
Jakub Warmuz
9c98b5c664 Reorg User Guide 2015-10-24 20:28:40 +00:00
bmw
875413492a Merge pull request #1111 from kuba/bugs/1044
Revert old install warning (fixes #1044)
2015-10-24 10:29:48 -07:00
Jakub Warmuz
0fb8cb5074 Move install warns to section bottom 2015-10-24 13:24:44 +00:00
Jakub Warmuz
b021b28bca Remove link for Virtualenv 2015-10-24 13:23:48 +00:00
Jakub Warmuz
0a6c61551c Warn against pip install, rewrap. 2015-10-24 13:22:46 +00:00
Jakub Warmuz
673d6b10b3 Revert old install warning (fixes #1044) 2015-10-24 13:20:26 +00:00
Brad Warren
4351d3d7ec Updated docs/using.rst 2015-10-23 19:10:56 -07:00
Giovanni Toraldo
c61efc0c76 Fix docker run command in using.rst 2015-10-20 10:00:58 +02:00
schumaml
bb17863ebe Adjusted Docker user guide link 2015-10-19 10:19:21 +02:00
Peter Eckersley
0fb8e3c479 Move augeaus & venv references 2015-10-15 00:07:26 -07:00
Peter Eckersley
be77909ef2 Further fixes to the docs 2015-10-14 23:53:50 -07:00
Peter Eckersley
87000ac5c6 Move docker back into "using"
It seems the changes removing bootstrap from "using" weren't commited earlier,
either
2015-10-14 22:24:57 -07:00
Peter Eckersley
8a5d199ddf Try to make the "using" instructions as simple and accurate as possible
Some of the verbose stuff we had before is really of historical/developer
interest only
2015-10-14 18:35:34 -07:00
Peter Eckersley
2e0dc4fc50 Remove misleading Docker suggestion from the quick-install docs
But keep it around in case anyone needs this?
2015-10-14 18:25:14 -07:00
Jakub Warmuz
3f942d7426 Basic virtualenv bootstrap script for end users. 2015-10-14 18:19:10 +00:00
bmw
f81174d43d Merge pull request #722 from kuba/mock-2.6
Revert "Revert PR #708."
2015-10-06 11:05:32 -07:00
Jakub Warmuz
0d880e334d separate pip install -U setuptools pip
https://travis-ci.org/jsha/boulder/jobs/83762761#L557

Success: virtualenv --no-site-packages -p python2 ./venv
./venv/bin/pip install -U setuptools pip
Downloading/unpacking distribute from https://pypi.python.org/packages/source/d/distribute/distribute-0.7.3.zip#md5=c6c59594a7b180af57af8a0cc0cf5b4a
  Downloading distribute-0.7.3.zip (145Kb): 145Kb downloaded
  Running setup.py egg_info for package distribute

Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196
  Downloading pip-7.1.2.tar.gz (1.0Mb): 1.0Mb downloaded
  Running setup.py egg_info for package pip

    warning: no previously-included files found matching '.coveragerc'
    warning: no previously-included files found matching '.mailmap'
    warning: no previously-included files found matching '.travis.yml'
    warning: no previously-included files found matching 'pip/_vendor/Makefile'
    warning: no previously-included files found matching 'tox.ini'
    warning: no previously-included files found matching 'dev-requirements.txt'
    no previously-included directories found matching '.travis'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'contrib'
    no previously-included directories found matching 'tasks'
    no previously-included directories found matching 'tests'
Downloading/unpacking setuptools>=0.7 (from distribute)
  Downloading setuptools-18.3.2.tar.gz (626Kb): 626Kb downloaded
  Running setup.py egg_info for package setuptools

Installing collected packages: distribute, pip, setuptools
  Found existing installation: distribute 0.6.24
    Uninstalling distribute:
      Successfully uninstalled distribute
  Running setup.py install for distribute

  Found existing installation: pip 1.1
    Uninstalling pip:
      Successfully uninstalled pip
  Running setup.py install for pip
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    Complete output from command /home/travis/letsencrypt/venv/bin/python2 -c "import setuptools;__file__='/home/travis/letsencrypt/venv/build/pip/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-4lZMdG-record/install-record.txt --install-headers /home/travis/letsencrypt/venv/include/site/python2.7:
    Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named setuptools
----------------------------------------
  Rolling back uninstall of pip
Exception:
Traceback (most recent call last):
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main
    status = self.run(options, args)
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 250, in run
    requirement_set.install(install_options, global_options)
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1137, in install
    requirement.rollback_uninstall()
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 491, in rollback_uninstall
    self.uninstalled.rollback()
  File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1450, in rollback
    pth.rollback()
AttributeError: 'str' object has no attribute 'rollback'
Storing complete log in /home/travis/.pip/pip.log
[!] FAILURE: ./venv/bin/pip install -U setuptools pip
./venv/bin/pip install -r requirements.txt -e acme -e . -e letsencrypt-apache -e letsencrypt-nginx
Traceback (most recent call last):
  File "./venv/bin/pip", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
2015-10-05 20:06:55 +00:00
Jakub Warmuz
d20088a435 docs: pip install -U setuptools pip 2015-10-04 08:55:13 +00:00
Jakub Warmuz
6649af9479 Developer virtualenv bootstrap scripts. 2015-09-27 20:57:31 +00:00
James Kasten
2a41c6b27c Merge pull request #748 from kuba/freebsd
Add basic setup for FreeBSD
2015-09-08 16:17:01 -04:00
Jakub Warmuz
892b918dad fix "centos.sh -> freebsd.sh" typo 2015-09-07 05:32:51 +00:00
Jakub Warmuz
75304ab6d1 Add basic setup for FreeBSD 2015-09-05 19:03:01 +00:00
Sebastian Wagner
07bd9e689b docs/using use sudo for auth command
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
2015-09-02 22:11:13 +02:00
Bigfish
8e0b271ccd remove sudo before brew (OS X)
brew will refuse sudo  ref: https://github.com/Homebrew/homebrew/issues/9953
2015-07-23 15:47:11 +08:00
Jakub Warmuz
10e993331c Update installation instructions for pkgs subdirs (include trailing slash). 2015-07-11 06:09:52 +00:00
Jakub Warmuz
a462e38cab Update package references after subdirs rename. 2015-07-11 04:33:07 +00:00