mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			18e39905ba
			...
			6df8692385
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6df8692385 | |||
| 8ab7ad25f2 | |||
| 8c11b56aa9 | 
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
greenlock.json*
 | 
			
		||||
TODO.txt
 | 
			
		||||
TODO*
 | 
			
		||||
link.sh
 | 
			
		||||
.env
 | 
			
		||||
.greenlockrc
 | 
			
		||||
 | 
			
		||||
@ -402,8 +402,8 @@ Greenlock comes with reasonable defaults but when you install it,
 | 
			
		||||
you should also install any plugins that you need.
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
npm install --save @root/greenlock
 | 
			
		||||
npm install --save greenlock-manager-fs
 | 
			
		||||
npm install --save @root/greenlock@v4
 | 
			
		||||
npm install --save @greenlock/manager
 | 
			
		||||
npm install --save greenlock-store-fs
 | 
			
		||||
npm install --save acme-http-01-standalone
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
@ -125,7 +125,10 @@ Init._init = function(opts) {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    //var mkdirp = promisify(require("@root/mkdirp"));
 | 
			
		||||
    opts.configFile = path.join(opts.configDir, 'config.json');
 | 
			
		||||
    opts.configFile = path.join(
 | 
			
		||||
        path.resolve(opts.packageRoot, opts.configDir),
 | 
			
		||||
        'config.json'
 | 
			
		||||
    );
 | 
			
		||||
    var config;
 | 
			
		||||
    try {
 | 
			
		||||
        config = JSON.parse(fs.readFileSync(opts.configFile));
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@root/greenlock",
 | 
			
		||||
    "version": "4.0.1",
 | 
			
		||||
    "version": "4.0.2",
 | 
			
		||||
    "lockfileVersion": 1,
 | 
			
		||||
    "requires": true,
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@root/greenlock",
 | 
			
		||||
    "version": "4.0.1",
 | 
			
		||||
    "version": "4.0.2",
 | 
			
		||||
    "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