postman測試https接口

2018-12-17 23:55:00
CJL
原創
3622

正常機構申請的https證書postman請求都是沒有問題的。但是在一些自籤證書的情況下需要我們進行配置。

蔘考文章:https://www.cnblogs.com/saryli/p/8691541.html

1、準備私鑰和公鑰,如果是p12文件可以使用以下命令生成

僅僅輸齣客戶端證書到文件中:

openssl pkcs12 -in file.p12 -clcerts -out public_key.pem

不加密私鑰文件:

openssl pkcs12 -in file.p12 -nodes -out private_key.pem


2、配置到postman內

發錶評論
評論通過審核後顯示。
流量統計