Skip to content

Commit

Permalink
CertManager init load DomainControlValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkohirvonen committed May 16, 2024
1 parent 4e6f15f commit bae3501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .report import Report
from .smime import SMIME
from .ssl import SSL

from .dcv import DomainControlValidation
__all__ = [
"ACMEAccount", "Admin", "Client", "Domain", "Organization", "PendingError", "Person", "Report", "SMIME", "SSL"
]

0 comments on commit bae3501

Please sign in to comment.