The base set of tests for all certificate and keypair storage strategies. Any Greenlock `greenlock-store-` plugin should be able to pass these tests.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

32 lines
865 B

{
"name": "greenlock-store-test",
"version": "3.0.2",
"description": "The base set of tests for all certificate and keypair storage strategies. Any Greenlock `greenlock-store-` plugin should be able to pass these tests.",
"homepage": "https://git.rootprojects.org/root/greenlock-store-test.js",
"main": "index.js",
"files": ["example.js"],
"dependencies": {},
"devDependencies": {
"greenlock-store-memory": "^3.0.3"
},
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock-store-test.js.git"
},
"keywords": [
"ACME",
"Let's Encrypt",
"Greenlock",
"test",
"certificate",
"key",
"management",
"credentials",
"secure"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0"
}