mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
fix typo in challenges doc
This commit is contained in:
@@ -184,7 +184,7 @@ class ProofOfPossession(ClientChallenge):
|
||||
"""Hints for "proofOfPossession" challenge.
|
||||
|
||||
: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)
|
||||
|
||||
Reference in New Issue
Block a user