mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	Compare commits
	
		
			No commits in common. "bd817d2a244b90db9c6efaee643b5e8ab3f714d3" and "fcafde98be1c9fe903f3e8b6ba8ac2b8355a28ba" have entirely different histories.
		
	
	
		
			bd817d2a24
			...
			fcafde98be
		
	
		
							
								
								
									
										10
									
								
								greenlock.js
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								greenlock.js
									
									
									
									
									
								
							@ -399,21 +399,15 @@ G.create = function(gconf) {
 | 
			
		||||
            notify: greenlock._notify,
 | 
			
		||||
            debug: greenlock._defaults.debug || args.debug
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        // The user has explicitly set the directoryUrl, great!
 | 
			
		||||
        var dirUrl = args.directoryUrl || mconf.directoryUrl;
 | 
			
		||||
 | 
			
		||||
        // The directoryUrl is implicit
 | 
			
		||||
        var showDir = false;
 | 
			
		||||
        if (!dirUrl) {
 | 
			
		||||
            showDir = true;
 | 
			
		||||
            dirUrl = greenlock._defaults.directoryUrl;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Show the directory if implicit
 | 
			
		||||
        if (showDir && !gdefaults.shownDirectory) {
 | 
			
		||||
        if (showDir || (/staging/.test(dirUrl) && !gdefaults.shownDirectory)) {
 | 
			
		||||
            gdefaults.shownDirectory = true;
 | 
			
		||||
            console.info('ACME Directory URL:', dirUrl);
 | 
			
		||||
            console.info('ACME Directory URL:', gdefaults.directoryUrl);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        var dir = caches[dirUrl];
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@root/greenlock",
 | 
			
		||||
    "version": "3.1.5",
 | 
			
		||||
    "version": "3.1.4",
 | 
			
		||||
    "lockfileVersion": 1,
 | 
			
		||||
    "requires": true,
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@root/greenlock",
 | 
			
		||||
    "version": "3.1.5",
 | 
			
		||||
    "version": "3.1.4",
 | 
			
		||||
    "description": "The easiest Let's Encrypt client for Node.js and Browsers",
 | 
			
		||||
    "homepage": "https://rootprojects.org/greenlock/",
 | 
			
		||||
    "main": "greenlock.js",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user