mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Add request submission from web interface
This commit is contained in:
		| @@ -33,6 +33,10 @@ class RequestListResource(object): | ||||
|  | ||||
|         body = req.stream.read(req.content_length) | ||||
|  | ||||
|         # Normalize body, TODO: newlines | ||||
|         if not body.endswith("\n"): | ||||
|             body += "\n" | ||||
|  | ||||
|         csr = Request(body) | ||||
|  | ||||
|         if not csr.common_name: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user