Monthly Archives: October 2019

วิธี Generate Private Key และ CSR สำหรับ Apache OpenSSL Linux

1. ทำการเปิด Terminal ขึ้นมาแล้วทำการเข้าใช้งานโดยใช้สิทธิ์ root

2. ทำการ Generate Private Key ด้วยการพิมพ์คำสั่งต่อไปนี้

openssl genrsa -out /[Path]/privatekey.key 2048

โดยให้แก้ไข [Path] เป็นค่าสถานที่เก็บไฟล์ที่ท่านต้องการ

Continue reading