gpt4 book ai didi

java - 如何将 Azure App Service 证书与 Java Spring 一起使用以启用 SSL

转载 作者:太空宇宙 更新时间:2023-11-03 14:25:08 24 4
gpt4 key购买 nike

我想将使用 JHipster 生成的 Spring Boot 应用程序部署到 Azure 应用服务并启用 HTTPS/SSL。我购买了应用服务证书并将其绑定(bind)到我的应用服务的自定义域。我如何在我的 Spring 应用程序的配置文件中使用该证书?

我还将 WEBSITE_LOAD_CERTIFICATES 变量设置为我的证书指纹。

server:
port: 443
ssl:
key-store: keystore.p12
key-store-password: <your-password>
keyStoreType: PKCS12
keyAlias: <your-application>

我不知道如何从这里访问证书。 keystore 的路径是什么,如何获取密码和 key 别名?

最佳答案

您只需在 Azure 门户上为您的 Web 应用配置 SSL 证书。

因为在你的spring boot应用之前有一个front tier。前端将处理与客户端的安全连接 (HTTPS),但使用 HTTP 与您的 Web 应用程序通信。

更详细的解释可以引用这个帖子:Is current request being made over SSL with Azure deployment

关于java - 如何将 Azure App Service 证书与 Java Spring 一起使用以启用 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57928461/

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