aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-11-30 21:55:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-11-30 22:01:56 +0100
commitec03eae5c2a39f4a878ad910eda3c414c6d2d51f (patch)
tree840b602a70c41988431ea87c0eed1e52903ad825
parent880b0f357bbc48589db0de8b9800956801fbe35e (diff)
Stop mentioning GET-based renewal, as it was removed from the ACME IETF draft.
https://github.com/ietf-wg-acme/acme/issues/62 https://github.com/ietf-wg-acme/acme/pull/67 :-(
-rwxr-xr-xlacme4
1 files changed, 0 insertions, 4 deletions
diff --git a/lacme b/lacme
index 3d98760..13bff78 100755
--- a/lacme
+++ b/lacme
@@ -513,10 +513,6 @@ if ($COMMAND eq 'new-reg' or $COMMAND =~ /^reg=/) {
#############################################################################
# new-cert [SECTION ..]
-# TODO: renewal without the account key, see
-# https://github.com/letsencrypt/acme-spec/pull/168
-# https://github.com/letsencrypt/acme-spec/issues/191
-# https://github.com/letsencrypt/boulder/issues/359
#
elsif ($COMMAND eq 'new-cert') {
my $conf;