gpt4 book ai didi

scala - 如何在 Play Framework 上配置 ssl 证书?

转载 作者:行者123 更新时间:2023-12-01 12:20:42 27 4
gpt4 key购买 nike

我已经根据https://www.playframework.com/documentation/2.5.x/ConfiguringHttps中的描述生成了X.509证书.但是,我无法将 play 配置为将其用作 ssl 证书。任何人都可以向我提供指向 ssl 证书并在游戏中使用此证书制作 https 的实际程序。

注意:我仅将 Play 用作服务器,将页面用作客户端。所以,请帮我弄清楚如何在这种情况下配置 ssl 证书。

谢谢!!!

最佳答案

我找到了解决问题的方法。

在我从 https://www.playframework.com/documentation/2.5.x/ConfiguringHttps 创建 keyStore.jks 之后.然后,我需要做的就是将以下内容放入 application.conf 文件中:

应用程序.conf

play.crypto.secret="changethissosomethingsecret"
play.server.https.keyStore.path = "Path to your .jks file"
play.server.https.keyStore.type = "JKS"
play.server.https.keyStore.password = "yourKeyStorePassword"

然后要启动应用程序,我需要在开发模式下做的就是 sbt "start -Dhttps.port=9443"

关于scala - 如何在 Play Framework 上配置 ssl 证书?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44381638/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com