mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	support only one wildcard domain.
fix https://github.com/Neilpang/acme.sh/issues/1188#issuecomment-357684744
This commit is contained in:
		
							parent
							
								
									7e212c4d40
								
							
						
					
					
						commit
						e6cda79ee8
					
				
							
								
								
									
										12
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								acme.sh
									
									
									
									
									
								
							| @ -3340,10 +3340,6 @@ issue() { | ||||
|   _main_domain="$2" | ||||
|   _alt_domains="$3" | ||||
| 
 | ||||
|   if _startswith "$_main_domain" "*."; then | ||||
|     _err "The first domain can not be wildcard, '$_main_domain' is a wildcard domain." | ||||
|     return 1 | ||||
|   fi | ||||
|   if _contains "$_main_domain" ","; then | ||||
|     _main_domain=$(echo "$2,$3" | cut -d , -f 1) | ||||
|     _alt_domains=$(echo "$2,$3" | cut -d , -f 2- | sed "s/,${NO_VALUE}$//") | ||||
| @ -5539,13 +5535,13 @@ _process() { | ||||
|             return 1 | ||||
|           fi | ||||
| 
 | ||||
|           if _startswith "$_dvalue" "*."; then | ||||
|             _debug "Wildcard domain" | ||||
|             export ACME_VERSION=2 | ||||
|           fi | ||||
|           if [ -z "$_domain" ]; then | ||||
|             _domain="$_dvalue" | ||||
|           else | ||||
|             if _startswith "$_dvalue" "*."; then | ||||
|               _debug "Wildcard domain" | ||||
|               export ACME_VERSION=2 | ||||
|             fi | ||||
|             if [ "$_altdomains" = "$NO_VALUE" ]; then | ||||
|               _altdomains="$_dvalue" | ||||
|             else | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user