example/letsencrypt.js now “works” up until the point of not having a server to give proper challenge response
		
			
				
	
	
		
			39 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "le-acme-core",
 | |
|   "version": "2.0.9",
 | |
|   "description": "A framework for building letsencrypt clients, forked from letiny",
 | |
|   "main": "node.js",
 | |
|   "browser": "browser.js",
 | |
|   "directories": {
 | |
|     "example": "example",
 | |
|     "test": "test"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "sudo node example/letsencrypt.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://git.daplie.com/Daplie/le-acme-core.git"
 | |
|   },
 | |
|   "license": "MPL-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://git.daplie.com/Daplie/le-acme-core/issues"
 | |
|   },
 | |
|   "homepage": "https://git.daplie.com/Daplie/le-acme-core#readme",
 | |
|   "keywords": [
 | |
|     "le-acme",
 | |
|     "le-acme-",
 | |
|     "tiny",
 | |
|     "acme",
 | |
|     "letsencrypt",
 | |
|     "client",
 | |
|     "pem",
 | |
|     "jwk",
 | |
|     "pfx"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "request": "^2.74.0",
 | |
|     "rsa-compat": "^1.2.7"
 | |
|   }
 | |
| }
 |