Free SSL and Automatic HTTPS (ACME / Let's Encrypt v2 client) for node.js with Express, Connect, and other middleware systems https://greenlock.domains
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.
 
 
AJ ONeal e6a008d498 update docs 4 years ago
..
README.md whitespace 5 years ago
package.json update docs 4 years ago
server.js update docs 4 years ago

README.md

Quick Start for Let's Encrypt with Node.js

npm install --save greenlock-express

Manage via API or the config file:

~/.config/greenlock/manage.json: (default filesystem config)

{
    "subscriberEmail": "letsencrypt-test@therootcompany.com",
    "agreeToTerms": true,
    "sites": {
        "example.com": {
            "subject": "example.com",
            "altnames": ["example.com", "www.example.com"]
        }
    }
}