Lightweight library for getting Free SSL certifications through Let's Encrypt v2, using ACME (RFC 8555)
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 

30 Zeilen
758 B

{
"name": "acme",
"version": "1.2.0",
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme.js.git"
},
"keywords": [
"Let's Encrypt",
"ACME",
"https",
"ssl",
"tls",
"acme-draft-12",
"letsencrypt",
"letsencrypt-v2",
"greenlock"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"acme-v2": "^1.3.1"
}
}