tlsrp

TLS reverse proxy
git clone git://git.rr3.xyz/tlsrp
Log | Files | Refs | README | LICENSE

commit b69a5fe7ac9a1e5d3278b4dd43a3d829fa6b191f
parent f26662090abb134be84a18aa7c3ad0a005c605e0
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Wed, 17 Jul 2024 16:00:23 -0700

Update man page to meet conventions

See man-pages(7).

Diffstat:
M.gitignore | 3+--
Mtlsrp.1 | 10+++++-----
2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1 @@ -tlsrp -\ No newline at end of file +tlsrp diff --git a/tlsrp.1 b/tlsrp.1 @@ -40,19 +40,19 @@ time. Changing sources with zero down time is best handled in other ways. Assume the following situation: .EX - $ ls /srv + $ \fBls /srv\fR config.tlsrp crt.pem http.sock key.pem - $ cat config.tlsrp + $ \fBcat config.tlsrp\fR cert /srv/crt.pem /srv/key.pem example.com sink unix /srv/http.sock example.com .EE -Then to proxy all local connections at \fBexample.com\fR from TCP port 443 to -the HTTP (not HTTPS!) server listening on \fBhttp.sock\fR, run +Then to proxy all local connections at \fIexample.com\fR from TCP port 443 to +the HTTP (not HTTPS!) server listening on \fIhttp.sock\fR, run .EX - # tlsrp config.tlsrp tcp::443 + # \fBtlsrp config.tlsrp tcp::443\fR .EE .SH "SEE ALSO" RFC 3546 <https://www.rfc-editor.org/rfc/rfc3546>