mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Update acme/acme/mixins.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
0f351d3637
commit
a3db110f68
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class VersionedLEACMEMixin(object):
|
|||
|
||||
class ResourceMixin(VersionedLEACMEMixin):
|
||||
"""
|
||||
This mixin allows to generate a RFC8555 compliant JWS payload
|
||||
This mixin generates a RFC8555 compliant JWS payload
|
||||
by removing the `resource` field if needed (eg. ACME v2 protocol).
|
||||
"""
|
||||
def to_partial_json(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue