From a3db110f68d9ace42cec1812955dc8f8085755da Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 12 Mar 2020 21:40:29 +0100 Subject: [PATCH] Update acme/acme/mixins.py Co-Authored-By: Brad Warren --- acme/acme/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/acme/mixins.py b/acme/acme/mixins.py index 3f4d23371..e6c0611db 100644 --- a/acme/acme/mixins.py +++ b/acme/acme/mixins.py @@ -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):