letsencrypt to greenlock
This commit is contained in:
		
							parent
							
								
									9d8c37a4bb
								
							
						
					
					
						commit
						a692052c26
					
				
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								package.json
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "letsencrypt-cluster",
 | 
					  "name": "greenlock-cluster",
 | 
				
			||||||
  "version": "2.0.0",
 | 
					  "version": "2.0.0",
 | 
				
			||||||
  "description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines",
 | 
					  "description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
@ -8,7 +8,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "le-sni-auto": "^2.0.1",
 | 
					    "le-sni-auto": "^2.0.1",
 | 
				
			||||||
    "letsencrypt": "^2.0.4",
 | 
					    "greenlock": "^2.0.4",
 | 
				
			||||||
    "localhost.daplie.com-certificates": "^1.2.3",
 | 
					    "localhost.daplie.com-certificates": "^1.2.3",
 | 
				
			||||||
    "redirect-https": "^1.1.0"
 | 
					    "redirect-https": "^1.1.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
@ -18,10 +18,12 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git+https://github.com/Daplie/letsencrypt-cluster.git"
 | 
					    "url": "git+https://git.daplie.com/Daplie/greenlock-cluster.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
    "cluster",
 | 
					    "cluster",
 | 
				
			||||||
 | 
					    "acme",
 | 
				
			||||||
 | 
					    "le",
 | 
				
			||||||
    "multi-core",
 | 
					    "multi-core",
 | 
				
			||||||
    "cloud",
 | 
					    "cloud",
 | 
				
			||||||
    "scale",
 | 
					    "scale",
 | 
				
			||||||
@ -31,12 +33,13 @@
 | 
				
			|||||||
    "tls",
 | 
					    "tls",
 | 
				
			||||||
    "letsencrypt",
 | 
					    "letsencrypt",
 | 
				
			||||||
    "node",
 | 
					    "node",
 | 
				
			||||||
 | 
					    "greenlock",
 | 
				
			||||||
    "node.js"
 | 
					    "node.js"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
					  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
				
			||||||
  "license": "(MIT OR Apache-2.0)",
 | 
					  "license": "(MIT OR Apache-2.0)",
 | 
				
			||||||
  "bugs": {
 | 
					  "bugs": {
 | 
				
			||||||
    "url": "https://github.com/Daplie/letsencrypt-cluster/issues"
 | 
					    "url": "https://git.daplie.com/Daplie/greenlock-cluster/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "homepage": "https://github.com/Daplie/letsencrypt-cluster#readme"
 | 
					  "homepage": "https://git.daplie.com/Daplie/greenlock-cluster#readme"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user