1
0
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:
James Kasten
2015-03-27 21:09:03 -07:00
parent 567cec1824
commit b67068e986

View File

@@ -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)