mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	check invalid subject cn in the csr
fix https://github.com/Neilpang/acme.sh/issues/805
This commit is contained in:
		
							parent
							
								
									b963dadc14
								
							
						
					
					
						commit
						2c9ed4c565
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							| @ -3940,6 +3940,10 @@ signcsr() { | ||||
|     return 1 | ||||
|   fi | ||||
|   _debug _csrsubj "$_csrsubj" | ||||
|   if _contains "$_csrsubj" ' ' || ! _contains "$_csrsubj" '.'; then | ||||
|     _info "It seems that the subject: $_csrsubj is not a valid domain name. Drop it." | ||||
|     _csrsubj="" | ||||
|   fi | ||||
| 
 | ||||
|   _csrdomainlist=$(_readSubjectAltNamesFromCSR "$_csrfile") | ||||
|   if [ "$?" != "0" ]; then | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user