วิธี general CSR (Certificate Signing Request)
Posted: 04 Nov 2021, 09:11
Code: Select all
sudo apt install openssl
Code: Select all
openssl req -new -newkey rsa:2048 -nodes -keyout example.com.key -out example.com.csr
บอร์ดความรู้เกี่ยวกับระบบ ERP / PlanetOne ERP / ระบบบัญชี และการใช้งาน Linux และ OpenOffice จาก BRID Systems
http://planetone.online/forum/
Code: Select all
sudo apt install openssl
Code: Select all
openssl req -new -newkey rsa:2048 -nodes -keyout example.com.key -out example.com.csr