32 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "browser-csr",
 | |
|   "version": "1.0.0-alpha",
 | |
|   "description": "Generate a CSR in your browser (i.e. for Let's Encrypt v2) with WebCrypto and PKIjs. Supports SAN altnames.",
 | |
|   "main": "csr.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/browser-csr.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "pki",
 | |
|     "pkijs",
 | |
|     "asn1",
 | |
|     "asn1js",
 | |
|     "Let's Encrypt",
 | |
|     "Let's Encrypt v2",
 | |
|     "letsencrypt",
 | |
|     "greenlock",
 | |
|     "browser",
 | |
|     "csr",
 | |
|     "certificate",
 | |
|     "signing",
 | |
|     "request",
 | |
|     "ACME"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |