1.0.3 • Published 7 years ago

letsencrypt-nginx-proxy v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Nodejs Let's Encrypt Nginx reverse proxy generator

This package is a command line that automates the configuration of an SSL certificate for a reverse proxy website hosted via Nginx using Let's Encrypt.

Installation

npm install -g letsencrypt-nginx-proxy

Usage

>letsencrypt-nginx-proxy [options]

Options:

You must have configured Nginx to listen to your host in a static way to handle the .well-known Let's Encrypt request. The recommended way to do that is to configure your default config file so that /var/www/html is accessible from any listening domain

You must set up your DNS provider to bind your server's IP to the domain.

Compatibility

  • OS : Linux
  • Web server : Nginx
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago