mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	fixes
This commit is contained in:
		
							parent
							
								
									e7e007a45f
								
							
						
					
					
						commit
						55b7437fe7
					
				@ -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_si_public_key.exp(),
 | 
					                "exp": my_root_public_key.exp(),
 | 
				
			||||||
                "mod": [my_si_public_key.mod()],
 | 
					                "mod": [my_root_public_key.mod()],
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "configToken": config_token,
 | 
					        "configToken": config_token,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user