mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix new-regr -> new-reg typo
This commit is contained in:
parent
35c21d4cf4
commit
517c9bd736
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue