fixes
This commit is contained in:
parent
6ed4bdfe6f
commit
cd9c655d65
@ -493,8 +493,8 @@ async def leasing_v1_config_token(request: Request):
|
|||||||
# 76 chars per line
|
# 76 chars per line
|
||||||
"publicCert": response_si_certificate,
|
"publicCert": response_si_certificate,
|
||||||
"publicKey": {
|
"publicKey": {
|
||||||
"exp": my_si_private_key.public_key().mod(),
|
"exp": my_si_public_key.exp(),
|
||||||
"mod": [my_si_private_key.public_key().exp()],
|
"mod": [my_si_public_key.mod()],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"configToken": config_token,
|
"configToken": config_token,
|
||||||
|
Loading…
Reference in New Issue
Block a user