Nginx as reverse proxy with acme (letsencrypt): Difference between revisions

From Alpine Linux
No edit summary
Line 1: Line 1:
= Introduction =
== Introduction ==


This setup will allow you to have multiple servers/containers be accessible via a single IP address with the added benefit of centralized generation of letsencrypt certificates and secure https (according to ssllabs ssltest).
This setup will allow you to have multiple servers/containers be accessible via a single IP address with the added benefit of centralized generation of letsencrypt certificates and secure https (according to ssllabs ssltest).

Revision as of 10:44, 2 April 2017

Introduction

This setup will allow you to have multiple servers/containers be accessible via a single IP address with the added benefit of centralized generation of letsencrypt certificates and secure https (according to ssllabs ssltest).

Installation

For this howto we need two tools, nginx and acme-client. lets install them.

apk add nginx acme-client