Nginx as reverse proxy with acme (letsencrypt): Difference between revisions
Clandmeter (talk | contribs) No edit summary |
Clandmeter (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
For this howto we need two tools, | For this howto we need two tools, NGINX and acme-client. lets install them. | ||
{{Cmd|apk add nginx acme-client}} | {{Cmd|apk add nginx acme-client}} | ||
Line 11: | Line 11: | ||
== Setup == | == Setup == | ||
=== | === NGINX=== | ||
=== acme-client === | === acme-client === |
Revision as of 10:46, 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