Installation

$ gem install letsencrypt_standalone

Usage

config file like this:

{
  "path": "./",
  "ssl_dir": "ssl_certs", //relative to "path"
  "email": "[email protected]",
  "domains": [
    {
      "host": "example.com"
    }
  ]
}

choose acme backend

LE_ENVIRONMENT=staging