This commit is contained in:
Oscar Krause 2022-12-19 13:14:31 +01:00
parent 35e5d70bba
commit b7da2bb648
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from jose import jws, jwk, jwt
from jose.constants import ALGORITHMS from jose.constants import ALGORITHMS
from starlette.responses import StreamingResponse, JSONResponse from starlette.responses import StreamingResponse, JSONResponse
from app.helper import load_key, private_bytes, public_key from helper import load_key, private_bytes, public_key
# todo: initialize certificate (or should be done by user, and passed through "volumes"?) # todo: initialize certificate (or should be done by user, and passed through "volumes"?)