A very simple test for all Greenlock management strategies. Any `le-manage-` plugin should be able to pass this test.
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.
 

27 lines
614 B

{
"name": "le-manage-test",
"version": "3.0.0",
"description": "A simple test for Greenlock management strategies. All `le-manage-` plugins should pass this.",
"main": "index.js",
"scripts": {
"test": "test example.com"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/le-manage-test.js.git"
},
"keywords": [
"Greenlock",
"Let's",
"Encrypt",
"ACME",
"test",
"approveDomains",
"wildcard",
"SANS",
"AltNames",
"Subject"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}