2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-05-13 20:56:45 +00:00
2015-12-16 01:16:09 -08:00
2015-12-16 01:01:18 -08:00
2015-12-16 01:01:18 -08:00
2015-12-16 01:16:09 -08:00

letsencrypt-cli

CLI for node-letsencrypt modeled after the official client.

Install

npm install -g letsencrypt-cli

Usage

Standalone

letsencrypt certonly \
  --agree-tos --email john.doe@example.com \
  --standalone \
  --domains example.com,www.example.com

WebRoot

letsencrypt certonly \
  --agree-tos --email john.doe@example.com \
  --webroot --webroot-path /srv/www/acme-challenge \
  --domains example.com,www.example.com
Description
🔐 Free SSL, Free Wildcard SSL, and Automatic HTTPS for web servers and proxies - Apache, Nginx, HAProxy, etc.
Readme MPL-2.0 161 KiB
Languages
JavaScript 77%
Shell 23%