我已经有一个使用application.yml文件的Spring Boot Restful Web服务。
我正在使用它来调用一个RESTful Web服务,即https。 静态Web服务的提供者是否向我提供了jks文件和keyPassword。那么我在哪里可以获得storePassword的密码?我有一些生成方法吗?
此外,如果静态Web服务的提供程序使用cert文件在其服务器上进行安装。当我获得证书文件时,如何将其转换为jks文件?
keyStoreInfo:
location: keystore/dev/hst.jks
storePassword: xxabcXX
keyPassword: sQEXX6c6#XXXXXX
endpoints:
appointmentService: https://testXXX.willXX.ca:444/AppointmentXXService.svc
documentResultsService: https://testXXX.willXX.ca:444/DocumentResultsXXService.svc
labResultsService: https://testXXX.willXX.ca:444/LabResultsXXService.svc