常規(guī)做網(wǎng)站要在工信部認(rèn)證嗎網(wǎng)站建立
mirthConnect SSL忽略驗(yàn)證
1、下載https網(wǎng)站證書
點(diǎn)擊不安全---->證書無效
2、查看mirth 秘鑰庫口令
在mirthConnect 的conf目錄下面keystore.storepass
3、導(dǎo)入證書到本地
在jdk的bin目錄下面執(zhí)行
keytool -importcert -file "下載的網(wǎng)站證書路徑" -keystore "mirth的密鑰庫" -alias "別名可以隨便起"
示例
3.1 執(zhí)行導(dǎo)入命令
keytool -importcert -file D:/_.newhealth.com.cn.crt -keystore "D:/Mirth Connect/appdata/keystore.jks" -alias "Alias"
3.2 輸入秘鑰庫口令
在上面第二步keystore.storepass
輸入后回車
3.3 是否信任證書
彈出是否信任證書,直接回車即可
3.4 成功截圖
4 mirth 配置
這里彈框警告 請忽略。可以正常使用
5、postman關(guān)閉ssl證書
6、參考文檔
https://stackoverflow.com/questions/61419138/add-certificate-to-mirth-keystore