You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ simple-tls-proxy is an Nginx-based TLS reverse proxy container with modern TLS s
4
4
5
5
It can can be placed in front of an existing HTTP website to enable HTTPS functionality with, hopefully, minimal hassle. You can think of it as a (limited) TLS terminator. You are free to change the configuration to better suit your needs, of course.
We provide two Terraform configurations that will automatically create the required cloud infrastructure and deploy the TLS reverse proxy. This way, you can easily try out the TLS configurations on AWS or GCP.
8
10
9
11
We also detail the manual steps required to run the examples on a stand-alone virtual machine. This assumes that the VM has an assigned public IP, and is reachable on ports 80 and 443.
@@ -34,8 +36,8 @@ With the exception of the stand-alone example, familiarity with AWS or GCP is re
34
36
## Requirements
35
37
36
38
This setup needs a dedicated virtual machine with the following requirements:
0 commit comments