首页 > 解决方案 > How to generate csr for a spring boot application

问题描述

Problem description

I've faced a problem with setting up ssl. I need to send a csr to namecheap for registering ssl.

I went to namecheap guidline for generating csr and I found no information about spring-boot applications.

Question

Is there any way to generate it for spring-boot?

Supposed solution

As I know spring-boot uses tomcat as an application server, so probably I need to use guide for tomcat. But I'm not sure in that.

标签: spring-bootsslcsrnamecheap

解决方案


只需使用 Tomcat 的指南。对于 SSL 证书,您无需担心 Spring Boot 的任何特定内容。


推荐阅读