diff --git a/src/Application.hs b/src/Application.hs index 2a0ec90..ab50a72 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -181,7 +181,7 @@ startApp :: RegistryCtx -> IO () startApp foundation = do -- set up ssl certificates putStrLn @Text "Setting up SSL" - -- _ <- setupSsl $ appSettings foundation + _ <- setupSsl $ appSettings foundation putStrLn @Text "SSL Setup Complete" -- certbot renew loop