🔐 Free SSL, Free Wildcard SSL, and Fully Automated HTTPS for node.js, issued by Let's Encrypt v2 via ACME. Issues and PRs on Github.
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.
 
 

17 lines
475 B

store: [
false,
'the npm name or path of the storage module or callbacks file',
'string',
'greenlock-store-fs'
],
'store-xxxx': [
false,
'an option for the chosen storage module, such as --store-apikey or --store-bucket',
'bag'
],
'store-json': [
false,
'a JSON string containing all option for the chosen store module (instead of --store-xxxx)',
'json',
'{}'
],