mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Merge pull request #596 from kuba/acme-resource
Fix new-regr -> new-reg typo
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ class Registration(interfaces.ClientRequestableResource, ResourceBody):
|
|||||||
:ivar tuple contact: Contact information following ACME spec
|
: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
|
# on new-reg key server ignores 'key' and populates it based on
|
||||||
# JWS.signature.combined.jwk
|
# JWS.signature.combined.jwk
|
||||||
|
|||||||
Reference in New Issue
Block a user