ขอบคุณข้อมูลจากเว็บ: https://www.xolphin.com/
# สร้างไฟล์ PEM ที่รวมทั้ง Private Key และ Certificate จากไฟล์ PFX openssl pkcs12 -in filename.pfx -out cert.pem -nodes # สร้างไฟล์ Private Key จากไฟล์ PFX openssl pkcs12 -in filename.pfx -nocerts -out key.pem # สร้างไฟล์ Certificate จากไฟล์ PFX openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem # ลบรหัสผ่านออกจาก Private Key openssl rsa -in key.pem -out server.key
ไม่มีความคิดเห็น:
แสดงความคิดเห็น