letsencrypt.continuity_auth

Continuity Authenticator

class letsencrypt.continuity_auth.ContinuityAuthenticator(config, installer)[source]

Bases: object

IAuthenticator for ContinuityChallenge class challenges.

Variables:proof_of_pos – Performs “proofOfPossession” challenges.
get_chall_pref(unused_domain)[source]

Return list of challenge preferences.

perform(achalls)[source]

Perform client specific challenges for IAuthenticator

cleanup(achalls)[source]

Cleanup call for IAuthenticator.