diff --git a/config/prod.exs b/config/prod.exs index 0e3f44b..7a400cd 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,7 +14,10 @@ config :coophub, CoophubWeb.Endpoint, force_ssl: [hsts: true], url: [host: nil, port: 443], http: [:inet6, port: System.get_env("PORT", "4000")], - https: [:inet6, port: 4443, cipher_suite: :strong, + https: [ + :inet6, + port: 4443, + cipher_suite: :strong, keyfile: "priv/ssl/privkey.pem", certfile: "priv/ssl/cert.pem" ],