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

32 Commits

Author SHA1 Message Date
Brad Warren
bb6736f36c Remove http01_port magic 2015-11-20 16:09:39 -08:00
Matthew Ames
1051c45166 TLDs cannot be longer than 63 characters 2015-11-18 07:18:20 +00:00
Matthew Ames
78733ae0cb Changed tld length to be anything over 1 character 2015-11-17 23:41:26 +00:00
Matthew Ames
8703528346 Update configuration.py 2015-11-17 15:45:52 +00:00
Matthew Ames
b20acaa3e1 Update configuration.py 2015-11-17 09:27:15 +00:00
Brad Warren
778b8797bb Ensure config_dir, work_dir, and logs_dir have absolute paths 2015-11-12 18:17:10 -08:00
Peter Eckersley
d29ab2a523 Make final tweaks for landing #1421 2015-11-09 16:18:51 -08:00
Joona Hoikkala
0d01cbfc92 Refactored the port check from NamespaceConfig init to the validation function 2015-11-08 23:05:33 +02:00
Joona Hoikkala
0c4456bd7e Fixed the comment to be accurate 2015-11-08 22:57:58 +02:00
Joona Hoikkala
59b544be3b Moved the validation to configurator 2015-11-08 22:26:01 +02:00
Jakub Warmuz
5e8ed2bbd2 --dvsni-port -> --tls-sni-01-port 2015-11-07 18:24:17 +00:00
Jakub Warmuz
23d3c3b1e2 Rename --simple-http-port to --http-01-port 2015-11-01 11:01:23 +00:00
Jakub Warmuz
581a701cd1 Kill simpleHttp in core 2015-11-01 11:01:22 +00:00
Jakub Warmuz
9b77c9aecb Uncomment simplehttp/dvsni port check 2015-10-14 17:35:30 +00:00
Jakub Warmuz
5afb0ebd1c Remove SimpleHTTP TLS from standalone 2.0 2015-10-07 20:06:41 +00:00
Jakub Warmuz
a874654e34 NamespaceConfig.simple_http_port. 2015-09-26 17:43:59 +00:00
James Kasten
84267c8f3a Merge branch 'master' into remove_revoker
Conflicts:
	letsencrypt/configuration.py
	letsencrypt/interfaces.py
	letsencrypt/tests/configuration_test.py
2015-09-26 01:19:28 -07:00
James Kasten
022c5c3c24 Remove revoker and associated code 2015-09-25 22:35:43 -07:00
James Kasten
b72f451a1b rename certs directory to csr directory 2015-09-25 22:26:32 -07:00
Jakub Warmuz
83185e5553 pep8 letsencrypt 2015-09-06 09:20:11 +00:00
Jakub Warmuz
e0651ad050 Remove Recovery Token. 2015-07-25 12:00:04 +00:00
Jakub Warmuz
7dc64e0387 Rewrite acccounts and registration.
Save accounts to:

    /etc/letsencrypt/accounts/www.letsencrypt-dmeo.org/acme/new-reg/ \
    kuba.le.wtf@2015-07-04T14:04:10Z/ \
    {regr.json,meta.json,private_key.json}

Account now represents a combination of private key, Registration
Resource and client account metadata. `Account.id` based on the
account metadata (creation host and datetime). UI interface
(`cli._determine_account`) based on the `id`, and not on email as
previously.

Add `AccountStorage` interface and `AccountFileStorage`,
`AccountMemoryStorage` implementations (latter, in-memory, useful for
testing).

Create Account only after Registration Resource is received
(`register()` returns `Account`).

Allow `client.Client(..., acme=acme, ...)`: API client might reuse
acme.client.Client as returned by `register()`.

Move report_new_account to letsencrypt.account, client.Client.register
into client.register.

Use Registration.from_data acme API.

achallenges.AChallenge.key is now the `acme.jose.JWK`, not
`le_util.Key`. Plugins have to export PEM/DER as necessary
(c.f. `letsencrypt.plugins.common.Dvsni.get_key_path`)

Add --agree-tos, save --agree-eula to "args.eula". Prompt for EULA as
soon as client is launched, add prompt for TOS.

Remove unnecessary letsencrypt.network. Remove, now irrelevant,
`IConfig.account_keys_dir`.

Based on the draft from
https://github.com/letsencrypt/letsencrypt/pull/362#issuecomment-97946817.
2015-07-09 06:43:45 +00:00
Jakub Warmuz
e51f300ee6 Merge remote-tracking branch 'github/letsencrypt/master' into csr
Conflicts:
	letsencrypt/cli.py
	letsencrypt/client.py
	letsencrypt/tests/client_test.py
2015-06-25 13:36:41 +00:00
Jakub Warmuz
e82f605c22 Merge branch '440-no-cli' into 473-no-cli
Conflicts:
	letsencrypt/cli.py
        letsencrypt/renewer.py
2015-06-23 08:17:07 +00:00
Jakub Warmuz
278bd8deb2 Rename IConfig.csr_dir back to IConfig.cert_dir.
This will be used in #504.
2015-06-23 07:48:45 +00:00
Jakub Warmuz
ad79d7c8b6 Adjust client reports to use RenewerConfiguration. Fix docs. 2015-06-12 17:43:19 +00:00
Jakub Warmuz
e346bfafd6 Merge branch 'cli-config-fixes' into renewer-cli 2015-06-11 21:14:28 +00:00
Jakub Warmuz
9a7ade7cba Rename cert_dir to csr_dir. 2015-06-02 17:42:23 +00:00
Jakub Warmuz
0b57daf473 Renewer dynamic dirs based on --config-dir/--work-dir (fixes #469). 2015-06-02 12:10:22 +00:00
Jakub Warmuz
3fefd28080 Only configure --config-dir/--work-dir (rest dynamic). 2015-06-01 23:49:07 +00:00
Jakub Warmuz
ac9f97100c Merge remote-tracking branch 'github/letsencrypt/master' into test-mode
Conflicts:
	letsencrypt/tests/configuration_test.py
	letsencrypt/tests/network2_test.py
2015-05-12 21:16:56 +00:00
Jakub Warmuz
41e86df252 Move letsencrypt.client to letsencrypt 2015-05-10 12:32:05 +00:00