mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 10:04:22 +02:00
fix typo in challenges doc
This commit is contained in:
@@ -184,7 +184,7 @@ class ProofOfPossession(ClientChallenge):
|
|||||||
"""Hints for "proofOfPossession" challenge.
|
"""Hints for "proofOfPossession" challenge.
|
||||||
|
|
||||||
:ivar jwk: JSON Web Key (:class:`letsencrypt.acme.jose.JWK`)
|
:ivar jwk: JSON Web Key (:class:`letsencrypt.acme.jose.JWK`)
|
||||||
:ivar list certs: List of :class:`M2Crypto.X509.X509` cetificates.
|
:ivar list certs: List of :class:`M2Crypto.X509.X509` certificates.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
jwk = jose.Field("jwk", decoder=jose.JWK.from_json)
|
jwk = jose.Field("jwk", decoder=jose.JWK.from_json)
|
||||||
|
|||||||
Reference in New Issue
Block a user