Commit Graph
3523 Commits
Author SHA1 Message Date
Liam Marshall 335cf82f13 Remove AAAA record check suggestion
Boulder doesn't support ipv6 validation, so don't confuse people
by asking them to check their AAAA record(s).
2015-10-25 18:06:25 -05:00
bmw 703254b95c Merge pull request #1129 from kuba/rm-old-todo
Remove old TODO (#479 is fixed)
2015-10-25 11:46:45 -07:00
bmw 7b62feb7dd Merge pull request #1130 from kuba/rm-short-flags
Remove confusing short flags
2015-10-25 11:44:59 -07:00
Jakub Warmuz aefd7ac7fd Remove old todo (#479 is fixed) 2015-10-25 13:05:49 +00:00
Jakub Warmuz 27a35a5915 Remove confusing short flags 2015-10-25 13:04:49 +00:00
bmw 15b9436d0b Merge pull request #1119 from xamnesiax-sx/xamnesiax-dev
Fix for issue #1030
2015-10-24 16:23:08 -07:00
root b13006ce1a Change -n flag in _commit.py to --no-redirect for clarity. 2015-10-25 00:14:46 +01:00
root 1f6cc52e66 Fix integration test bug 2015-10-25 00:07:00 +01:00
root e8f90ff993 Add flag in to _common.sh integration test 2015-10-24 23:59:36 +01:00
Peter Eckersley 0074f20c02 Merge pull request #1100 from letsencrypt/971
Pass plugin errors back out to the user.
2015-10-24 15:20:41 -07:00
Peter Eckersley 195f36e4e1 plugin_ep.problem unittests
and some misc style things
2015-10-24 14:09:34 -07:00
Peter Eckersley 4c686dfb38 Merge pull request #1104 from letsencrypt/csr-help
Document the requirement for SANs in CSRs if using --csr
2015-10-24 14:06:06 -07:00
Peter Eckersley 4def79d306 Display the Exception as well as the error message 2015-10-24 13:38:03 -07:00
Peter Eckersley e3d56b51c4 Fix nit. 2015-10-24 13:14:19 -07:00
Peter Eckersley 977217b697 Merge pull request #1099 from letsencrypt/kill-the-subparsers
Remove CLI subparsers
2015-10-24 13:12:26 -07:00
root 9d92a4c4ae Fix random "v" at bottom of file (stupid nano) 2015-10-24 20:38:50 +01:00
root 1cb787cefe Remove TODO comment for current issue 2015-10-24 20:15:25 +01:00
root 0e395ba763 Close #1030 2015-10-24 19:57:24 +01: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
bmw 21f779b27d Merge pull request #1112 from kuba/rm-standalone-auth-docs
Remove autodoc for standalone.authenticator
2015-10-24 09:44:46 -07:00
bmw af5b25007c Merge pull request #1113 from kuba/manifest-examples
MANIFEST: include examples
2015-10-24 09:35:35 -07:00
bmw 7d3d950c24 Merge pull request #1109 from joubin/patch-2
removed extra path
2015-10-24 09:29:38 -07:00
bmw 88fe35290c Merge pull request #1103 from letsencrypt/example-cli
Use better example config
2015-10-24 09:25:32 -07:00
Brad Warren 02159624bf Informed users about other options 2015-10-24 09:20:52 -07:00
Jakub Warmuz cd07d3aa27 MANIFEST: include examples dir for acme 2015-10-24 13:39:38 +00:00
Jakub Warmuz e2a7165fa0 MANIFEST: include examples dir for letsencrypt
This is necessary because docs includes files from the examples dir.
2015-10-24 13:38:50 +00:00
Jakub Warmuz c0a8dae565 Remove autodoc for standalone.authenticator 2015-10-24 13:29:01 +00: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
Joubin Jabbari 3386cd8711 removed trading slash 2015-10-24 00:27:12 -07:00
Joubin Jabbari ca838b0ea3 removed extra path
```
root@localhost:~# cd letsencrypt/
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Cannot find the letsencrypt bootstrap scripts in ./bootstrap/bootstrap

```

However, with the proposed change

```
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Bootstrapping dependencies for Debian-based OSes...
Ign http://mirrors.linode.com jessie InRelease
Hit http://mirrors.linode.com jessie-updates InRelease  
```
2015-10-24 00:02:13 -07:00
Peter Eckersley 2f050cacc1 Merge pull request #1102 from letsencrypt/activate
Corrected info on virtualenv
2015-10-23 19:21:27 -07:00
Peter Eckersley ce32d87ad6 Document the requirement for SANs in CSRs if using --csr 2015-10-23 19:19:09 -07:00
Brad Warren b2c27df199 Uncommented lines because CSS 2015-10-23 19:15:00 -07:00
Brad Warren 4351d3d7ec Updated docs/using.rst 2015-10-23 19:10:56 -07:00
Brad Warren c95ef0d4aa Updated examples/cli.ini 2015-10-23 19:01:08 -07:00
Brad Warren d4ed2d44e1 source 2015-10-23 18:44:33 -07:00
Brad Warren 9ba4748974 Incorporated pde's feedback 2015-10-23 18:26:33 -07:00
bmw 35c108e481 Merge pull request #1098 from letsencrypt/devdocs
Devdocs
2015-10-23 17:39:25 -07:00
Peter Eckersley efa1d6d38e Reintroduce a bit more verbosity about virtualenv? 2015-10-23 17:27:55 -07:00
Peter Eckersley 6b6a20b5e5 typo 2015-10-23 17:24:17 -07:00
Peter Eckersley aa3f493341 Fix fragment link nit 2015-10-23 17:23:26 -07:00
Peter Eckersley f66334a782 chmod a+x 2015-10-23 17:22:26 -07:00
Peter Eckersley a567c0578f Pass plugin errors back out to the user.
Closes: #971
2015-10-23 17:17:23 -07:00
Brad Warren 46fe8511cd Updated MockedVerb documentation 2015-10-23 16:55:10 -07:00
Brad Warren 7b0f3b00f2 Removed subparsers 2015-10-23 16:49:38 -07:00
Peter Eckersley 49a26ad013 Merge remote-tracking branch 'origin/master' into devdocs 2015-10-23 16:44:30 -07:00
Peter Eckersley e19e0dc2e9 This section is now redundant 2015-10-23 16:18:08 -07:00