How to generate CSR file from Private Hosting aaPanel?
Step1. Login to the aaPanel.
Account: Administrator
Password: *********

Step2. Click "Terminal" to generate CSR file.

Step3. Generate CSR file with openssl command and fill require information.
#openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain_name.key -out yourdomain_name .csr
Country Name: MM
State or Province Name: Yangon
Locality Name: Yangon
Organization Name: Your Company Name
Organization Unit Name: IT
Common Name: www.yourdomainname.com (if you would like to cover both www (or) without www)

Step4. To check the CSR file use the following command. Then you can copy in notepad.
#cat yourdomain_name.csr

Thank you!!!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article