summaryrefslogtreecommitdiff
path: root/https.conf
diff options
context:
space:
mode:
Diffstat (limited to 'https.conf')
-rw-r--r--https.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/https.conf b/https.conf
new file mode 100644
index 0000000..14cfaec
--- /dev/null
+++ b/https.conf
@@ -0,0 +1,12 @@
+#!/hint/bash
+# Copyright 2016 Luke Shumaker
+# License: WTFPLv2
+
+port=8443
+ssl_options=(
+ cert=/etc/ssl/private/myhostname/fullchain.pem
+ key=/etc/ssl/private/myhostname/privkey.pem
+ dhparam=/etc/ssl/private/dhparam-2048.pem
+
+ verify=0
+)