Peter Eckersley
|
328f8cdc5b
|
Document --webroot-path
|
2015-11-30 18:24:40 -08:00 |
|
Peter Eckersley
|
2b87d6f700
|
Do not accept -d first in the presence of multiple -w flags
* informal testing suggested that many people found this behaviour confusing
|
2015-11-30 18:15:07 -08:00 |
|
Peter Eckersley
|
b3851edb73
|
Since --webroot-map is not elegant, do not document it
|
2015-11-24 14:02:21 -08:00 |
|
Peter Eckersley
|
a3b0588cea
|
lintmonster
|
2015-11-21 11:50:13 -08:00 |
|
Peter Eckersley
|
3cc8e7e019
|
Webroot cli now passes some tests!
|
2015-11-21 11:23:53 -08:00 |
|
Peter Eckersley
|
6a50a98ebe
|
unoneline
|
2015-11-21 11:23:53 -08:00 |
|
Peter Eckersley
|
f48ef6ded9
|
lint
|
2015-11-21 10:59:15 -08:00 |
|
Peter Eckersley
|
e1f0fcca8f
|
Move --webroot-path processing into cli.py
Since it is now interdependent with --domains
(This is much more elegant than trying to APIify the interaction)
|
2015-11-21 10:59:15 -08:00 |
|
Peter Eckersley
|
19f348b416
|
First implementation of -w for multi-webroot specification
* Will need tests and cleanup
|
2015-11-21 10:59:15 -08:00 |
|
Peter Eckersley
|
7901c59cd0
|
Merge pull request #1524 from letsencrypt/email
Better UI when asking for email
|
2015-11-20 19:16:02 -08:00 |
|
Brad Warren
|
bb6736f36c
|
Remove http01_port magic
|
2015-11-20 16:09:39 -08:00 |
|
Jonathan Herlin
|
52d7baab41
|
Added space to avoid printing "domainsas" instead of the correct "domains as"
|
2015-11-20 23:55:20 +01:00 |
|
Peter Eckersley
|
1e09d7e2ff
|
Also implement --manual
|
2015-11-17 17:11:03 -08:00 |
|
Peter Eckersley
|
ec18196511
|
lintmonster
|
2015-11-17 16:50:03 -08:00 |
|
Peter Eckersley
|
9a8e6feb54
|
Implement --webroot
|
2015-11-17 16:29:06 -08:00 |
|
Peter Eckersley
|
c265fb5fb9
|
Fix bugs and test cases
|
2015-11-16 17:28:56 -08:00 |
|
Miquel Ruiz
|
99f9f1b106
|
Rename option and fix displayed info
|
2015-11-16 16:57:48 -08:00 |
|
Miquel Ruiz
|
36842b7bbb
|
Ask for email unless --allow-unsafe-registration
Add new option that explicitly allows to not provide an email.
Fixes #414
|
2015-11-16 16:57:48 -08:00 |
|
Peter Eckersley
|
7157ab1b76
|
Merge pull request #1496 from letsencrypt/key_path_help
Update key_path help
|
2015-11-14 19:40:25 -08:00 |
|
bmw
|
151c674cba
|
Merge pull request #1455 from letsencrypt/useragent
Add a User Agent string for client analytics
|
2015-11-13 17:45:53 -08:00 |
|
Brad Warren
|
cac39c7504
|
fixes #1490
|
2015-11-13 14:02:34 -08:00 |
|
Peter Eckersley
|
7e1a59ab29
|
Address review comments
|
2015-11-13 12:48:38 -08:00 |
|
Brad Warren
|
5c09b24e19
|
Fixed docstring
|
2015-11-13 09:00:54 -08:00 |
|
Peter Eckersley
|
a45de558de
|
Merge remote-tracking branch 'origin/master' into useragent
|
2015-11-13 01:39:27 -08:00 |
|
Peter Eckersley
|
4cfd22e31f
|
Merge pull request #1479 from joohoi/domains_flag
Possibility to use comma separated list of domains in config files and cli
|
2015-11-13 01:22:35 -08:00 |
|
Peter Eckersley
|
3687197db8
|
Move user agent selection into client.py
Along the way refactoring revocation and recording of chosen plugins.
|
2015-11-12 19:52:32 -08:00 |
|
Brad Warren
|
dc78f811ce
|
Make cert_path,key_path,chain_path,fullchain_path absolute
|
2015-11-12 17:33:40 -08:00 |
|
Peter Eckersley
|
1bfd44ea34
|
Address review comments:
- make --user-agent a general CLI option
- get_os_info return type
|
2015-11-12 17:31:32 -08:00 |
|
Brad Warren
|
211ca2420f
|
Make read_file use abspath
|
2015-11-12 17:19:26 -08:00 |
|
Brad Warren
|
3ef0ed1191
|
Removed debugging statement
|
2015-11-12 14:24:31 -08:00 |
|
Brad Warren
|
4158e3b559
|
Revert "Removing stray debug statements, fixes #1308"
This reverts commit b11e556ae7.
|
2015-11-12 14:22:36 -08:00 |
|
Joona Hoikkala
|
0ccbbdb120
|
Style fix
|
2015-11-12 17:46:44 +02:00 |
|
Joona Hoikkala
|
56f21e1d35
|
Refactor --domain flag back to -- domains
|
2015-11-12 16:53:40 +02:00 |
|
Joona Hoikkala
|
3b8d6ec58b
|
Modified -d help text to reflect the change
|
2015-11-12 16:42:58 +02:00 |
|
Joona Hoikkala
|
14e03f9af0
|
Parse possible multiple domain definitions to a list
|
2015-11-12 16:34:15 +02:00 |
|
Peter Eckersley
|
ca05b35a24
|
Merge pull request #1412 from kuba/pep8
pep8 love
|
2015-11-12 00:29:15 -08:00 |
|
Joona Hoikkala
|
3074ef996a
|
Refactored the argument and the code to use --domain instead of --domains, which was semantically incorrect
|
2015-11-10 12:29:08 +02:00 |
|
Joona Hoikkala
|
096c689fba
|
Added help text for -d flag
|
2015-11-10 12:03:15 +02:00 |
|
Peter Eckersley
|
baaeab5fa1
|
Fix lints & glitches
|
2015-11-09 22:44:26 -08:00 |
|
Peter Eckersley
|
88cc01301a
|
Creation & plumbing for user agent
|
2015-11-09 22:17:38 -08:00 |
|
root
|
6bf0aa4d25
|
--user-agent flag
|
2015-11-09 17:42:46 -08:00 |
|
Peter Eckersley
|
d29ab2a523
|
Make final tweaks for landing #1421
|
2015-11-09 16:18:51 -08:00 |
|
Joona Hoikkala
|
a4b7d0d5c1
|
Making linter happy by removing the unused import
|
2015-11-08 22:44:32 +02:00 |
|
Joona Hoikkala
|
59b544be3b
|
Moved the validation to configurator
|
2015-11-08 22:26:01 +02:00 |
|
Joona Hoikkala
|
9077dfdbac
|
Fixed the messages
|
2015-11-08 21:46:57 +02:00 |
|
Joona Hoikkala
|
ee38585eb4
|
Refactored domain flag checks into their own helper function to clear space for future checks
|
2015-11-08 21:43:48 +02:00 |
|
Joona Hoikkala
|
c80e4c0f2f
|
Added comment to clarify FQDN regex
|
2015-11-08 21:14:12 +02:00 |
|
Joona Hoikkala
|
e63aaf7faf
|
Changed the checks to be more readable and better semantically
|
2015-11-08 21:08:50 +02:00 |
|
Joona Hoikkala
|
ae080349c5
|
Changed the errors import
|
2015-11-08 21:04:48 +02:00 |
|
Joona Hoikkala
|
d6a3286a67
|
Fixed the wildcard domain string match
|
2015-11-08 20:50:39 +02:00 |
|