mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	signer: Fixed typo
This commit is contained in:
		| @@ -35,7 +35,7 @@ def raw_sign(private_key, ca_cert, request, basic_constraints, lifetime, key_usa | |||||||
|  |  | ||||||
|         # Initialize X.509 certificate object |         # Initialize X.509 certificate object | ||||||
|         cert = crypto.X509() |         cert = crypto.X509() | ||||||
|         ca.set_version(2) # This corresponds to X.509v3 |         cert.set_version(2) # This corresponds to X.509v3 | ||||||
|  |  | ||||||
|         # Set public key |         # Set public key | ||||||
|         cert.set_pubkey(request.get_pubkey()) |         cert.set_pubkey(request.get_pubkey()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user