diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7010181..5eae806 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,8 +12,8 @@ server: include-exception: true include-message: always ssl: #https证书配置 配置了之后只能通过https访问应用 - key-store: classpath:btdataops_com.pfx - key-store-password: j2gre4zo31tpfm7l + key-store: classpath:btdataops.com.pfx + key-store-password: yQbRfTFa #配置日志 logging: diff --git a/src/main/resources/btdataops.com.pfx b/src/main/resources/btdataops.com.pfx new file mode 100644 index 0000000..0b952a3 Binary files /dev/null and b/src/main/resources/btdataops.com.pfx differ