From 2f0bf17b3972f1a857927d3801339535b87c0255 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 24 Apr 2018 11:58:45 -0600 Subject: [PATCH] remove TODO section (now in issues) --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b9309ed..fd13d68 100644 --- a/README.md +++ b/README.md @@ -176,13 +176,6 @@ ACME.challengePrefixes['http-01'] // '/.well-known/acme-challenge' ACME.challengePrefixes['dns-01'] // '_acme-challenge' ``` -Todo ----- - -* support ECDSA keys -* Apr 5, 2018 - appears that sometimes 'pending' status cannot be progressed to 'processing' nor 'deactivated' - * this may be a bug in the staging API as it appears it cannot be cancelled either, but returns success status code - Changelog ---------