Commit f15d0bad authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Vincent Pelletier

ca: Export UserCertificateAuthority.

parent e3e1893b
......@@ -37,7 +37,7 @@ from .exceptions import (
NotACertificateSigningRequest,
)
__all__ = ('CertificateAuthority', )
__all__ = ('CertificateAuthority', 'UserCertificateAuthority')
_cryptography_backend = default_backend()
_AUTO_SIGNED_NO = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment