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
							
								
									14f8b54752
								
							
						
					
					
						commit
						b0ca5d7ab5
					
				@ -494,8 +494,8 @@ async def leasing_v1_config_token(request: Request):
 | 
			
		||||
            # 76 chars per line
 | 
			
		||||
            "publicCert": response_si_certificate,
 | 
			
		||||
            "publicKey": {
 | 
			
		||||
                "exp": int(my_si_certificate.raw().public_key().public_numbers().e),
 | 
			
		||||
                "mod": [hex(my_si_certificate.raw().public_key().public_numbers().n)[2:]],
 | 
			
		||||
                "exp": my_si_private_key.public_key().mod(),
 | 
			
		||||
                "mod": [my_si_private_key.public_key().exp()],
 | 
			
		||||
            },
 | 
			
		||||
        },
 | 
			
		||||
        "configToken": config_token,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user