mirror of
				https://github.com/acmesh-official/acme.sh
				synced 2025-11-04 13:55:56 +08:00 
			
		
		
		
	fix ip cert
This commit is contained in:
		
							
								
								
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							@@ -5941,7 +5941,7 @@ _deactivate() {
 | 
			
		||||
    _initAPI
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  _identifiers="{\"type\":\"dns\",\"value\":\"$_d_domain\"}"
 | 
			
		||||
  _identifiers="{\"type\":\"$(_getIdType "$_d_domain")\",\"value\":\"$_d_domain\"}"
 | 
			
		||||
  if ! _send_signed_request "$ACME_NEW_ORDER" "{\"identifiers\": [$_identifiers]}"; then
 | 
			
		||||
    _err "Can not get domain new order."
 | 
			
		||||
    return 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user