mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	minor, renew time minus 1 day
This commit is contained in:
		
							parent
							
								
									1ab630435d
								
							
						
					
					
						commit
						028e17475f
					
				
							
								
								
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env sh | ||||
| 
 | ||||
| VER=2.5.4 | ||||
| VER=2.5.5 | ||||
| 
 | ||||
| PROJECT_NAME="acme.sh" | ||||
| 
 | ||||
| @ -2300,11 +2300,14 @@ issue() { | ||||
|   fi | ||||
| 
 | ||||
|   Le_NextRenewTime=$(_math $Le_CertCreateTime + $Le_RenewalDays \* 24 \* 60 \* 60) | ||||
|   _savedomainconf "Le_NextRenewTime"   "$Le_NextRenewTime" | ||||
|    | ||||
|    | ||||
|   Le_NextRenewTimeStr=$( _time2str $Le_NextRenewTime ) | ||||
|   _savedomainconf  "Le_NextRenewTimeStr"  "$Le_NextRenewTimeStr" | ||||
|    | ||||
|   Le_NextRenewTime=$(_math $Le_NextRenewTime - 86400) | ||||
|   _savedomainconf "Le_NextRenewTime"   "$Le_NextRenewTime" | ||||
|    | ||||
|   _on_issue_success | ||||
| 
 | ||||
|   if [ "$Le_RealCertPath$Le_RealKeyPath$Le_RealCACertPath$Le_ReloadCmd$Le_RealFullChainPath" ] ; then | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user