mirror of
				https://github.com/acmesh-official/acme.sh
				synced 2025-11-04 13:55:56 +08:00 
			
		
		
		
	fix for renew server
This commit is contained in:
		
							
								
								
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							@@ -5151,7 +5151,7 @@ $_authorizations_map"
 | 
			
		||||
  Le_CertCreateTime=$(_time)
 | 
			
		||||
  _savedomainconf "Le_CertCreateTime" "$Le_CertCreateTime"
 | 
			
		||||
 | 
			
		||||
  Le_CertCreateTimeStr=$(date -u)
 | 
			
		||||
  Le_CertCreateTimeStr=$(_time2str "$Le_CertCreateTime")
 | 
			
		||||
  _savedomainconf "Le_CertCreateTimeStr" "$Le_CertCreateTimeStr"
 | 
			
		||||
 | 
			
		||||
  if [ -z "$Le_RenewalDays" ] || [ "$Le_RenewalDays" -lt "0" ]; then
 | 
			
		||||
@@ -5289,11 +5289,10 @@ renew() {
 | 
			
		||||
    esac
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  if [ "$Le_API" ]; then
 | 
			
		||||
  if [ "$Le_API" ] && [ "$ACME_DIRECTORY" ]; then
 | 
			
		||||
    if [ "$Le_API" != "$ACME_DIRECTORY" ]; then
 | 
			
		||||
      _clearAPI
 | 
			
		||||
    fi
 | 
			
		||||
    export ACME_DIRECTORY="$Le_API"
 | 
			
		||||
    #reload ca configs
 | 
			
		||||
    ACCOUNT_KEY_PATH=""
 | 
			
		||||
    ACCOUNT_JSON_PATH=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user