From 9e5ac960e2e9def0694b7f1dc7a1535b2681e3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be?= Date: Sun, 22 May 2016 01:21:54 +0200 Subject: [PATCH] Add comment --- src/Lib.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Lib.hs b/src/Lib.hs index 2dd08cb..cce2b28 100644 --- a/src/Lib.hs +++ b/src/Lib.hs @@ -237,6 +237,8 @@ fromPath path = let rets = BC.split '/' . BC.drop 1 $ path +-- openssl genrsa 512 > host.key +-- openssl req -new -x509 -nodes -sha1 -days 9999 -key host.key > host.cert serverKey :: ByteString serverKey = "-----BEGIN RSA PRIVATE KEY-----\n" <> "MIIBOgIBAAJBAMEEloIcF3sTGYhQmybyDm1NOpXmf94rR1fOwENjuW6jh4WTaz5k\n" <>