From 517c9bd736be5c1e493fdef19f1d4191d53d1df4 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Thu, 9 Jul 2015 19:04:41 +0000 Subject: [PATCH] Fix new-regr -> new-reg typo --- acme/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/messages.py b/acme/messages.py index 1be2c5632..5d7759dd2 100644 --- a/acme/messages.py +++ b/acme/messages.py @@ -144,7 +144,7 @@ class Registration(interfaces.ClientRequestableResource, ResourceBody): :ivar tuple contact: Contact information following ACME spec """ - resource_type = 'new-regr' + resource_type = 'new-reg' # on new-reg key server ignores 'key' and populates it based on # JWS.signature.combined.jwk