mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-27 23:16:49 +08:00
fixed missing code
This commit is contained in:
parent
3415b2b9ec
commit
b12eb87077
@ -99,6 +99,9 @@ class Cert:
|
|||||||
def pem(self) -> bytes:
|
def pem(self) -> bytes:
|
||||||
return self.__cert.public_bytes(encoding=serialization.Encoding.PEM)
|
return self.__cert.public_bytes(encoding=serialization.Encoding.PEM)
|
||||||
|
|
||||||
|
def signature(self) -> bytes:
|
||||||
|
return self.__cert.signature
|
||||||
|
|
||||||
|
|
||||||
def load_file(filename: str) -> bytes:
|
def load_file(filename: str) -> bytes:
|
||||||
log = logging.getLogger(f'{__name__}')
|
log = logging.getLogger(f'{__name__}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user