mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-24 02:51:18 +00:00
load the right kind of key!
This commit is contained in:
parent
c9e23dea13
commit
85234b07a0
@ -72,7 +72,7 @@ def create_signing_keypair_from_string(private_key_der: bytes) -> tuple[PrivateK
|
||||
:returns: 2-tuple of (private_key, public_key)
|
||||
"""
|
||||
_load = partial(
|
||||
load_der_public_key,
|
||||
load_der_private_key,
|
||||
private_key_der,
|
||||
password=None,
|
||||
backend=default_backend(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user