因要把憑證匯入 Symantec Messaging Gateway 中來使用,但是或入之前購買憑證廠商提供的檔案.pem 時
系統會出現No stored certificate request matches this certificate 訊息。
查詢一下 .pem
PEM 是一種基於 ASCII 的檔案格式,主要用於傳輸加密金鑰和證書。PEM 格式可以存儲 X.509 證書、私有金鑰和中間 CA (Certificate Authority) 的證書。
這種格式常用於 Apache 和 Nginx 伺服器等環境。
另外Symantec Messaging Gateway 也是Linux 系統,所以重新用openssl 來裝pfx 格式轉換成.pem
指令
openssl pkcs12 -in ca01.pfx -out ca001.pem –nodes
轉換後再次匯入就成功了
本篇瀏覽人數: 325