小编mar*_*rok的帖子

RestTemplate与pem证书

我有私钥和服务器证书的pem证书.我可以使用curl执行它,一切正常.

curl -O -k --cert-type pem --cert mypem.pem url
Run Code Online (Sandbox Code Playgroud)

但是我希望将它与java一起使用,最好从Spring开始使用RestTemplate.

java authentication spring pem resttemplate

3
推荐指数
1
解决办法
6317
查看次数

标签 统计

authentication ×1

java ×1

pem ×1

resttemplate ×1

spring ×1