From 4c15c8881087781b7611f4cf557389392889e1f1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 4 Oct 2016 13:26:55 -0400 Subject: add an HTTPS version It does it's own process management (because socat is stupid and won't let you pass an arbitrary socket to OPENSSL), instead of outsourcing it to systemd/inetd/whatever. And stunnel is too complicated. --- httpsconnectd.service.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 httpsconnectd.service.in (limited to 'httpsconnectd.service.in') diff --git a/httpsconnectd.service.in b/httpsconnectd.service.in new file mode 100644 index 0000000..379dc59 --- /dev/null +++ b/httpsconnectd.service.in @@ -0,0 +1,12 @@ +# Copyright 2016 Luke Shumaker +# License: WTFPLv2 +[Unit] +Description=HTTPS CONNECT server + +[Service] +ExecStart=@bindir@/httpsconnectd +User=nobody +Group=keys + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3