spring-boot - 如何为 Spring Boot 应用程序生成 csr

标签 spring-boot ssl csr namecheap

问题描述

我在设置 ssl 时遇到了问题。我需要向 namecheap 发送一个 csr 来注册 ssl。

我去了namecheap guidline for generating csr我没有找到有关 spring-boot 应用程序的信息。

问题

有没有办法为 spring-boot 生成它?

假设的解决方案

据我所知 spring-boot 使用 tomcat 作为应用程序服务器,所以可能我需要使用 guide for tomcat 。但我对此并不确定。

最佳答案

只需使用 Tomcat 指南即可。对于 SSL 证书,您无需担心 Spring Boot 的任何具体情况。

关于spring-boot - 如何为 Spring Boot 应用程序生成 csr,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59437904/

相关文章:

ssl - CSR 的数字签名是如何生成的?

java - 在Java中将 key 用法添加到CertificateSigningInfo

java - Spring Boot中使用nginx代理websocket时出现CORS错误

java - Springboot在抽象类中 Autowiring 新对象

maven - Dart 与 Maven(在 Spring Boot 应用程序中)

mysql - Perl:连接到远程数据库 SSL 错误

java - Spring Boot 在 Debug模式下阻止 H2 控制台

security - 关于 SSL 和 HTTPS 的好文章?

ssl - AWS DynamoDB 是否可通过 Https/SSL 使用,它是否支持 SNI?

PHP openssl_x509_parse 不为 CSR 返回数据