mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
13 lines
257 B
Python
13 lines
257 B
Python
"""Let's Encrypt DNS Challenge Library for OutFleet"""
|
|
|
|
from .letsencrypt_dns import (
|
|
AcmeDnsChallenge,
|
|
get_certificate,
|
|
get_certificate_for_domain
|
|
)
|
|
|
|
__all__ = [
|
|
'AcmeDnsChallenge',
|
|
'get_certificate',
|
|
'get_certificate_for_domain'
|
|
] |