Add comment

This commit is contained in:
Erèbe 2016-05-22 01:21:54 +02:00
parent 6ec0a45900
commit 9e5ac960e2

View file

@ -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" <>