mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	Compare commits
	
		
			No commits in common. "6df8692385b915bcd93fbac4b7cdc1e3a231b717" and "18e39905bab5b2e986c4278530f4b6a588c4f455" have entirely different histories.
		
	
	
		
			6df8692385
			...
			18e39905ba
		
	
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
greenlock.json*
 | 
					greenlock.json*
 | 
				
			||||||
TODO*
 | 
					TODO.txt
 | 
				
			||||||
link.sh
 | 
					link.sh
 | 
				
			||||||
.env
 | 
					.env
 | 
				
			||||||
.greenlockrc
 | 
					.greenlockrc
 | 
				
			||||||
 | 
				
			|||||||
@ -402,8 +402,8 @@ Greenlock comes with reasonable defaults but when you install it,
 | 
				
			|||||||
you should also install any plugins that you need.
 | 
					you should also install any plugins that you need.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
npm install --save @root/greenlock@v4
 | 
					npm install --save @root/greenlock
 | 
				
			||||||
npm install --save @greenlock/manager
 | 
					npm install --save greenlock-manager-fs
 | 
				
			||||||
npm install --save greenlock-store-fs
 | 
					npm install --save greenlock-store-fs
 | 
				
			||||||
npm install --save acme-http-01-standalone
 | 
					npm install --save acme-http-01-standalone
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
@ -125,10 +125,7 @@ Init._init = function(opts) {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    //var mkdirp = promisify(require("@root/mkdirp"));
 | 
					    //var mkdirp = promisify(require("@root/mkdirp"));
 | 
				
			||||||
    opts.configFile = path.join(
 | 
					    opts.configFile = path.join(opts.configDir, 'config.json');
 | 
				
			||||||
        path.resolve(opts.packageRoot, opts.configDir),
 | 
					 | 
				
			||||||
        'config.json'
 | 
					 | 
				
			||||||
    );
 | 
					 | 
				
			||||||
    var config;
 | 
					    var config;
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        config = JSON.parse(fs.readFileSync(opts.configFile));
 | 
					        config = JSON.parse(fs.readFileSync(opts.configFile));
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@root/greenlock",
 | 
					    "name": "@root/greenlock",
 | 
				
			||||||
    "version": "4.0.2",
 | 
					    "version": "4.0.1",
 | 
				
			||||||
    "lockfileVersion": 1,
 | 
					    "lockfileVersion": 1,
 | 
				
			||||||
    "requires": true,
 | 
					    "requires": true,
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@root/greenlock",
 | 
					    "name": "@root/greenlock",
 | 
				
			||||||
    "version": "4.0.2",
 | 
					    "version": "4.0.1",
 | 
				
			||||||
    "description": "The easiest Let's Encrypt client for Node.js and Browsers",
 | 
					    "description": "The easiest Let's Encrypt client for Node.js and Browsers",
 | 
				
			||||||
    "homepage": "https://rootprojects.org/greenlock/",
 | 
					    "homepage": "https://rootprojects.org/greenlock/",
 | 
				
			||||||
    "main": "greenlock.js",
 | 
					    "main": "greenlock.js",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user