summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/ACME/Issuer.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Network/ACME/Issuer.hs b/src/Network/ACME/Issuer.hs
new file mode 100644
index 0000000..451aa14
--- /dev/null
+++ b/src/Network/ACME/Issuer.hs
@@ -0,0 +1,9 @@
1{-# LANGUAGE TemplateHaskell #-}
2
3module Network.ACME.Issuer where
4
5import Data.ByteString.Char8
6import Data.FileEmbed
7
8letsEncryptX1CrossSigned :: String
9letsEncryptX1CrossSigned = unpack $(embedFile "lets-encrypt-x1-cross-signed.pem")