mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									3576754c21
								
							
						
					
					
						commit
						482cb73702
					
				
							
								
								
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1105,10 +1105,10 @@ _readKeyLengthFromCSR() { | |||||||
|   _debug2 _outcsr "$_outcsr" |   _debug2 _outcsr "$_outcsr" | ||||||
|   if _contains "$_outcsr" "Public Key Algorithm: id-ecPublicKey"; then |   if _contains "$_outcsr" "Public Key Algorithm: id-ecPublicKey"; then | ||||||
|     _debug "ECC CSR" |     _debug "ECC CSR" | ||||||
|     echo "$_outcsr" | _egrep_o "^ *ASN1 OID:.*" | cut -d ':' -f 2 | tr -d ' ' |     echo "$_outcsr" | tr "\t" " " | _egrep_o "^ *ASN1 OID:.*" | cut -d ':' -f 2 | tr -d ' ' | ||||||
|   else |   else | ||||||
|     _debug "RSA CSR" |     _debug "RSA CSR" | ||||||
|     echo "$_outcsr" | _egrep_o "(^ *|^RSA )Public.Key:.*" | cut -d '(' -f 2 | cut -d ' ' -f 1 |     echo "$_outcsr" | tr "\t" " " | _egrep_o "(^ *|RSA )Public.Key:.*" | cut -d '(' -f 2 | cut -d ' ' -f 1 | ||||||
|   fi |   fi | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @ -3865,7 +3865,7 @@ renewAll() { | |||||||
|         return "$rc" |         return "$rc" | ||||||
|       else |       else | ||||||
|         _ret="$rc" |         _ret="$rc" | ||||||
|         _err "Error renew $d, Go ahead to next one." |         _err "Error renew $d." | ||||||
|       fi |       fi | ||||||
|     fi |     fi | ||||||
|   done |   done | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user