Compare commits
	
		
			No commits in common. "master" and "v2.1.8" have entirely different histories.
		
	
	
		
	
		
							
								
								
									
										5
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								index.js
									
									
									
									
									
								
							@ -146,10 +146,7 @@ module.exports.create = function (autoSni) {
 | 
			
		||||
          // give the cert some time (2-5 min) to be validated and replaced before trying again
 | 
			
		||||
          certMeta.renewAt = (autoSni._dbg_now || Date.now()) + (2 * MIN) + (3 * MIN * Math.random());
 | 
			
		||||
          // let the update happen in the background
 | 
			
		||||
          autoSni.getCertificatesAsync(domain, certMeta.certs).then(autoSni.cacheCerts, function (error) {
 | 
			
		||||
            // console.error('ERROR in le-sni-auto:');
 | 
			
		||||
            // console.error(err.stack || err);
 | 
			
		||||
          })
 | 
			
		||||
          autoSni.getCertificatesAsync(domain, certMeta.certs).then(autoSni.cacheCerts);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // return the valid cert right away
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,5 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "le-sni-auto",
 | 
			
		||||
  "version": "2.1.9",
 | 
			
		||||
  "lockfileVersion": 1
 | 
			
		||||
}
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "le-sni-auto",
 | 
			
		||||
  "version": "2.1.9",
 | 
			
		||||
  "version": "2.1.8",
 | 
			
		||||
  "description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback",
 | 
			
		||||
  "homepage": "https://git.coolaj86.com/coolaj86/le-sni-auto.js",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user