springboot 域名证书配置
时间: 2023-08-08 10:11:58 浏览: 63
在Spring Boot中配置域名证书需要进行以下步骤:
1. 下载证书文件并将其保存为JKS格式的秘钥文件。可以随意更改文件名以方便识别[1]。
2. 在Spring Boot的application.yml文件中配置SSL证书的路径、类型和密码。例如,可以使用以下配置来指定证书路径为classpath下的262626.jks文件,证书类型为JKS,证书密码为4IsWRuIYgpzf[1]。
```yaml
server:
port: 9999
ssl:
key-store: classpath:262626.jks
key-store-type: JKS
key-store-password: 4IsWRuIYgpzf
```
3. 如果需要将前端的HTTP协议重定向到HTTPS协议,还需要在443端口进行配置。可以使用以下配置示例来指定SSL证书的路径和密钥[2]。
```nginx
server {
listen 80;
server_name suqiqaq.cn;
index index.php index.html index.htm default.php default.htm default.html;
# SSL证书路径
ssl_certificate /home/cert/8002091_suqiqaq.cn.pem;
ssl_certificate_key /home/cert/8002091_suqiqaq.cn.key;
root /home/hospital/app-api/dist;
# 将请求转发到HTTPS
return 301 https://$server_name$request_uri;
}
```
4. 如果需要在Spring Boot的配置文件中进行SSL配置,可以使用以下示例配置来指定SSL证书的路径、类型和密码[3]。
```yaml
custom:
http:
port: 8002
server:
port: 8443
ssl:
key-store: classpath:cert.pfx
key-store-type: PKCS12
key-store-password: XXXX
```
请根据实际情况修改以上配置,并将证书文件放置在正确的路径下。
阅读全文