TLS challenge

This commit is contained in:
Dhananjay Balan 2017-02-02 20:36:48 +01:00
parent 54e14ea355
commit 8cd2b04ff1

View File

@ -41,6 +41,12 @@ main = hakyllWith config $ do
>>= loadAndApplyTemplate "templates/default.html" postCtx >>= loadAndApplyTemplate "templates/default.html" postCtx
>>= relativizeUrls >>= relativizeUrls
create [".well-known/acme-challenge/mtMheUT0zMvSNFFS2f1ynbvCmW0emGbHirwzGMO-7ZQ"] $ do
route $ idRoute
compile $ do
makeItem "mtMheUT0zMvSNFFS2f1ynbvCmW0emGbHirwzGMO-7ZQ.LYC29NIdgGg1ZFln2VXGupc3ur9Mh_tO6bGupcFDDT8"
>>= relativizeUrls
create ["archive.html"] $ do create ["archive.html"] $ do
route idRoute route idRoute
compile $ do compile $ do