mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 05:36:06 +00:00 
			
		
		
		
	fixes
This commit is contained in:
		@@ -498,8 +498,8 @@ async def leasing_v1_config_token(request: Request):
 | 
			
		||||
            "caChain": [response_ca_chain],
 | 
			
		||||
            "publicCert": response_si_certificate,
 | 
			
		||||
            "publicKey": {
 | 
			
		||||
                "exp": my_si_public_key.exp(),
 | 
			
		||||
                "mod": [my_si_public_key.mod()],
 | 
			
		||||
                "exp": my_root_public_key.exp(),
 | 
			
		||||
                "mod": [my_root_public_key.mod()],
 | 
			
		||||
            },
 | 
			
		||||
        },
 | 
			
		||||
        "configToken": config_token,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user