mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-25 23:21:41 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
b477b78d61
@ -206,7 +206,7 @@ class CryptoManager(metaclass=singleton.Singleton):
|
|||||||
]:
|
]:
|
||||||
try:
|
try:
|
||||||
return serialization.load_pem_private_key(
|
return serialization.load_pem_private_key(
|
||||||
settings.RSA_KEY.encode(), password=None, backend=default_backend()
|
rsaKey.encode(), password=None, backend=default_backend()
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise e
|
raise e
|
||||||
|
Loading…
Reference in New Issue
Block a user