mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34: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:
|
||||
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:
|
||||
raise e
|
||||
|
Loading…
Reference in New Issue
Block a user