diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-11-30 21:55:19 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-11-30 22:01:56 +0100 |
commit | ec03eae5c2a39f4a878ad910eda3c414c6d2d51f (patch) | |
tree | 840b602a70c41988431ea87c0eed1e52903ad825 | |
parent | 880b0f357bbc48589db0de8b9800956801fbe35e (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-x | lacme | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |