This commit is contained in:
Oscar Krause 2025-04-22 14:00:56 +02:00
parent 16870e9d67
commit 938a112b8a

View File

@ -498,8 +498,8 @@ async def leasing_v1_config_token(request: Request):
"caChain": [response_ca_chain], "caChain": [response_ca_chain],
"publicCert": response_si_certificate, "publicCert": response_si_certificate,
"publicKey": { "publicKey": {
"exp": my_root_public_key.exp(), "exp": my_si_certificate.public_key().exp(),
"mod": [my_root_public_key.mod()], "mod": [my_si_certificate.public_key().mod()],
}, },
}, },
"configToken": config_token, "configToken": config_token,