mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 12:50:24 -05:00
fix typo in challenges doc
This commit is contained in:
parent
567cec1824
commit
b67068e986
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue