如何在spring boot中使用PFX证书进行SOAP调用?

如何在spring boot中使用PFX证书进行SOAP调用?,spring,spring-boot,ssl,https,pfx,Spring,Spring Boot,Ssl,Https,Pfx,如何在spring boot中使用PFX证书进行SOAP调用 我得到了一个带有密码的PFX证书 我必须使用此证书连接到SOAP web服务 但我现在已经有了一个密钥库,用于使用springboot为API提供服务的SSL证书 我应该使用两个密钥库吗

如何在spring boot中使用PFX证书进行SOAP调用

我得到了一个带有密码的PFX证书

我必须使用此证书连接到SOAP web服务

但我现在已经有了一个密钥库,用于使用springboot为API提供服务的SSL证书

我应该使用两个密钥库吗