6 lines
105 B
Python
6 lines
105 B
Python
class Certificate:
|
|
"""
|
|
A certificate.
|
|
Wrapper around cryptography.x509.Certificate.
|
|
"""
|
|
|